#D6F2C5

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

Shades of Tea Green #D6F2C5

Tints of Tea Green #D6F2C5

Color information

#D6F2C5 (or 0xD6F2C5) is unknown color: approx Tea Green. HEX triplet: D6, F2 and C5. RGB value is (214,242,197). Sum of RGB (Red+Green+Blue) = 214+242+197=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2C5 is #290D3A. Grayscale: #E4E4E4. Windows color (decimal): -2690363 or 12972758. OLE color: 12972758.

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

Color convert

RGB214242197-
CMYK0.1200.190.05
HSL97.33º63.38%86.08%-
HSV(B)97.33º18.6%94.9%-
XYZ69.5681.8364.95-
YUV228.5110.22117.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.77%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=32.77%
G=37.06%
B=30.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421970.1200.190.0597.3363.3886.08
HexD6F2C5C0135613f56
Octal32636230514023514177126
Binary110101101111001011000101110001001110111000011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2C5; }

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

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

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

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

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

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

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

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