#96FAE0

Color #96FAE0 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #96FAE0

Tints of Aquamarine #96FAE0

Color information

#96FAE0 (or 0x96FAE0) is unknown color: approx Aquamarine. HEX triplet: 96, FA and E0. RGB value is (150,250,224). Sum of RGB (Red+Green+Blue) = 150+250+224=624 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.04% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAE0 is #69051F. Grayscale: #D9D9D9. Windows color (decimal): -6882592 or 14744214. OLE color: 14744214.

HSL color Cylindrical-coordinate representation of color #96FAE0: hue angle of 164.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FAE0 is Cyan = 0.4, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB150250224-
CMYK0.400.100.02
HSL164.4º90.91%78.43%-
HSV(B)164.4º40%98.04%-
XYZ60.2280.2482.83-
YUV217.14131.8780.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.04%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 224 (87.89% from 255) = 35.90%
R=24.04%
G=40.06%
B=35.90%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502240.400.100.02164.490.9178.43
Hex96FAE0280A2a45b4e
Octal226372340500122244133116
Binary10010110111110101110000010100001010101010010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,224); }

 H1.HeaderClassName
 {
   color: #96FAE0;
 }
 .AnyTagClassName
 {
   color: #96FAE0;
 }
</style>
background-color css

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

 a { background-color: rgb(150,250,224); }

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

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

 span { border-color: rgb(150,250,224); }

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