#96FAD7

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

Shades of Aquamarine #96FAD7

Tints of Aquamarine #96FAD7

Color information

#96FAD7 (or 0x96FAD7) is unknown color: approx Aquamarine. HEX triplet: 96, FA and D7. RGB value is (150,250,215). Sum of RGB (Red+Green+Blue) = 150+250+215=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #96FAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FAD7 is #690528. Grayscale: #D8D8D8. Windows color (decimal): -6882601 or 14154390. OLE color: 14154390.

HSL color Cylindrical-coordinate representation of color #96FAD7: hue angle of 159º 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 #96FAD7 is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB150250215-
CMYK0.400.140.02
HSL159º90.91%78.43%-
HSV(B)159º40%98.04%-
XYZ59.0379.7676.57-
YUV216.11127.3780.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.39%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=24.39%
G=40.65%
B=34.96%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502502150.400.140.0215990.9178.43
Hex96FAD7280E29f5b4e
Octal226372327500162237133116
Binary10010110111110101101011110100001110101001111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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