#D6F2BD

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

Shades of Tea Green #D6F2BD

Tints of Tea Green #D6F2BD

Color information

#D6F2BD (or 0xD6F2BD) is unknown color: approx Tea Green. HEX triplet: D6, F2 and BD. RGB value is (214,242,189). Sum of RGB (Red+Green+Blue) = 214+242+189=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BD is #290D42. Grayscale: #E3E3E3. Windows color (decimal): -2690371 or 12448470. OLE color: 12448470.

HSL color Cylindrical-coordinate representation of color #D6F2BD: hue angle of 91.7º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6F2BD is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB214242189-
CMYK0.1200.220.05
HSL91.7º67.09%84.51%-
HSV(B)91.7º21.9%94.9%-
XYZ68.6781.4760.25-
YUV227.59106.22118.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.18%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=33.18%
G=37.52%
B=29.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421890.1200.220.0591.767.0984.51
HexD6F2BDC01655c4355
Octal326362275140265134103125
Binary1101011011110010101111011100010110101101110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2BD; }

 p { color: rgb(214,242,189); }

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

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

 a { background-color: rgb(214,242,189); }

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

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

 span { border-color: rgb(214,242,189); }

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