#D6FBAA

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

Shades of Reef #D6FBAA

Tints of Reef #D6FBAA

Color information

#D6FBAA (or 0xD6FBAA) is unknown color: approx Reef. HEX triplet: D6, FB and AA. RGB value is (214,251,170). Sum of RGB (Red+Green+Blue) = 214+251+170=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FBAA is #290455. Grayscale: #E6E6E6. Windows color (decimal): -2688086 or 11205590. OLE color: 11205590.

HSL color Cylindrical-coordinate representation of color #D6FBAA: hue angle of 87.41º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FBAA is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB214251170-
CMYK0.1500.320.02
HSL87.41º91.01%82.55%-
HSV(B)87.41º32.27%98.43%-
XYZ69.4886.1951-
YUV230.793.74116.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=33.70%
G=39.53%
B=26.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142511700.1500.320.0287.4191.0182.55
HexD6FBAAF0202575b53
Octal326373252170402127133123
Binary1101011011111011101010101111010000010101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBAA; }

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

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

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

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

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

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

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

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