#96FFDA

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

Shades of Aquamarine #96FFDA

Tints of Aquamarine #96FFDA

Color information

#96FFDA (or 0x96FFDA) is unknown color: approx Aquamarine. HEX triplet: 96, FF and DA. RGB value is (150,255,218). Sum of RGB (Red+Green+Blue) = 150+255+218=623 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.08% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDA is #690025. Grayscale: #DBDBDB. Windows color (decimal): -6881318 or 14352278. OLE color: 14352278.

HSL color Cylindrical-coordinate representation of color #96FFDA: hue angle of 158.86º 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 #96FFDA is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB150255218-
CMYK0.4100.150
HSL158.86º100%79.41%-
HSV(B)158.86º41.18%100%-
XYZ60.9983.0779.15-
YUV219.39127.2178.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.08%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=24.08%
G=40.93%
B=34.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552180.4100.150158.8610079.41
Hex96FFDA290F09f644f
Octal226377332510170237144117
Binary1001011011111111110110101010010111101001111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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