Html Css Color HEX #95FFEB Aquamarine

📋 copy color: '#95FFEB'

red 149 ◦ green 255 ◦ blue 235

#95FFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #95FFEB

Tints of Aquamarine #95FFEB

RGB

 RED value IS 149 (58.59% from 255) = 23.32%

 GREEN value IS 255 (100% from 255) = 39.91%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 23.32%
G = 39.91%
B = 36.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95FFEB (or 0x95FFEB) is known color: Aquamarine. HEX triplet: 95, FF and EB. RGB value is (149,255,235). Sum of RGB (Red+Green+Blue) = 149+255+235=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFEB is #6A0014. Grayscale: #DCDCDC. Windows color (decimal): -6946837 or 15466389. OLE color: 15466389.

HSL color Cylindrical-coordinate representation of color #95FFEB: hue angle of 168.68º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFEB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 235 -
CMYK 0.42 0 0.08 0
HSL 168.68º 1% 0.79% -
HSV(B) 168.68º 0.42% 1% -
XYZ 63.15 83.91 91.46 -
YUV 221.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 149 255 235 0.42 0 0.08 0 168.68 1 0.79
Hex 95 FF EB 2A 0 8 0 A9 64 4F
Octal 225 377 353 52 0 10 0 251 144 117
Binary 10010101 11111111 11101011 101010 0 1000 0 10101001 1100100 1001111

Color Harmonies of #95FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFEB

Black with #95FFEB

Text Example


Text Example

White with #95FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FFEB; }

 p { color: rgb(149,255,235); }

 H1.HeaderClassName
 {
   color: #95FFEB;
 }
 .AnyTagClassName
 {
   color: #95FFEB;
 }
</style>

background-color css

<style>
 a { background-color: #95FFEB; }

 a { background-color: rgb(149,255,235); }

 div.DivClassName
 {
   background-color: #95FFEB;
 }
 .BgClassName
 {
   background-color: #95FFEB;
 }
</style>

border-color css

<style>
 span { border-color: #95FFEB; }

 span { border-color: rgb(149,255,235); }

 td.TdClassName
 {
   border-color: #95FFEB;
 }
 .TagClassName
 {
   border-color: #95FFEB;
 }
</style>