#D6FFAA

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

Shades of Reef #D6FFAA

Tints of Reef #D6FFAA

Color information

#D6FFAA (or 0xD6FFAA) is unknown color: approx Reef. HEX triplet: D6, FF and AA. RGB value is (214,255,170). Sum of RGB (Red+Green+Blue) = 214+255+170=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAA is #290055. Grayscale: #E9E9E9. Windows color (decimal): -2687062 or 11206614. OLE color: 11206614.

HSL color Cylindrical-coordinate representation of color #D6FFAA: hue angle of 88.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6FFAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB214255170-
CMYK0.1600.330
HSL88.94º100%83.33%-
HSV(B)88.94º33.33%100%-
XYZ70.7588.7251.43-
YUV233.0592.42114.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 170 (66.80% from 255) = 26.60%
R=33.49%
G=39.91%
B=26.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551700.1600.33088.9410083.33
HexD6FFAA100210596453
Octal326377252200410131144123
Binary1101011011111111101010101000001000010101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFAA; }

 p { color: rgb(214,255,170); }

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

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

 a { background-color: rgb(214,255,170); }

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

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

 span { border-color: rgb(214,255,170); }

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