#D6FEAA

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

Shades of Reef #D6FEAA

Tints of Reef #D6FEAA

Color information

#D6FEAA (or 0xD6FEAA) is unknown color: approx Reef. HEX triplet: D6, FE and AA. RGB value is (214,254,170). Sum of RGB (Red+Green+Blue) = 214+254+170=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEAA is #290155. Grayscale: #E8E8E8. Windows color (decimal): -2687318 or 11206358. OLE color: 11206358.

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

Color convert

RGB214254170-
CMYK0.1600.330.00
HSL88.57º97.67%83.14%-
HSV(B)88.57º33.07%99.61%-
XYZ70.4388.0851.32-
YUV232.4692.75114.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=33.54%
G=39.81%
B=26.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142541700.1600.330.0088.5797.6783.14
HexD6FEAA100210596253
Octal326376252200410131142123
Binary1101011011111110101010101000001000010101100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FEAA; }

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

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

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

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

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

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

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

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