#96FFDD

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

Shades of Aquamarine #96FFDD

Tints of Aquamarine #96FFDD

Color information

#96FFDD (or 0x96FFDD) is unknown color: approx Aquamarine. HEX triplet: 96, FF and DD. RGB value is (150,255,221). Sum of RGB (Red+Green+Blue) = 150+255+221=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFDD is #690022. Grayscale: #DBDBDB. Windows color (decimal): -6881315 or 14548886. OLE color: 14548886.

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

Color convert

RGB150255221-
CMYK0.4100.130
HSL160.57º100%79.41%-
HSV(B)160.57º41.18%100%-
XYZ61.3983.2281.24-
YUV219.73128.7178.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.96%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=23.96%
G=40.73%
B=35.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552210.4100.130160.5710079.41
Hex96FFDD290D0a1644f
Octal226377335510150241144117
Binary1001011011111111110111011010010110101010000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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