Html Css Color HEX #96FFEA Aquamarine

📋 copy color: '#96FFEA'

red 150 ◦ green 255 ◦ blue 234

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

Shades of Aquamarine #96FFEA

Tints of Aquamarine #96FFEA

RGB

 RED value IS 150 (58.98% from 255) = 23.47%

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 23.47%
G = 39.91%
B = 36.62%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#96FFEA (or 0x96FFEA) is known color: Aquamarine. HEX triplet: 96, FF and EA. RGB value is (150,255,234). Sum of RGB (Red+Green+Blue) = 150+255+234=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFEA is #690015. Grayscale: #DDDDDD. Windows color (decimal): -6881302 or 15400854. OLE color: 15400854.

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

Color convert

RGB 150 255 234 -
CMYK 0.41 0 0.08 0
HSL 168º 1% 0.79% -
HSV(B) 168º 0.41% 1% -
XYZ 63.19 83.94 90.71 -
YUV 221.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 150 255 234 0.41 0 0.08 0 168 1 0.79
Hex 96 FF EA 29 0 8 0 A8 64 4F
Octal 226 377 352 51 0 10 0 250 144 117
Binary 10010110 11111111 11101010 101001 0 1000 0 10101000 1100100 1001111

Color Harmonies of #96FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFEA

Black with #96FFEA

Text Example


Text Example

White with #96FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FFEA; }

 p { color: rgb(150,255,234); }

 H1.HeaderClassName
 {
   color: #96FFEA;
 }
 .AnyTagClassName
 {
   color: #96FFEA;
 }
</style>

background-color css

<style>
 a { background-color: #96FFEA; }

 a { background-color: rgb(150,255,234); }

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

border-color css

<style>
 span { border-color: #96FFEA; }

 span { border-color: rgb(150,255,234); }

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