#D2FCB9

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

Shades of Tea Green #D2FCB9

Tints of Tea Green #D2FCB9

Color information

#D2FCB9 (or 0xD2FCB9) is unknown color: approx Tea Green. HEX triplet: D2, FC and B9. RGB value is (210,252,185). Sum of RGB (Red+Green+Blue) = 210+252+185=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCB9 is #2D0346. Grayscale: #E8E8E8. Windows color (decimal): -2949959 or 12188882. OLE color: 12188882.

HSL color Cylindrical-coordinate representation of color #D2FCB9: hue angle of 97.61º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2FCB9 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB210252185-
CMYK0.1700.270.01
HSL97.61º91.78%85.69%-
HSV(B)97.61º26.59%98.82%-
XYZ70.1586.8358.96-
YUV231.8101.59112.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 185 (72.66% from 255) = 28.59%
R=32.46%
G=38.95%
B=28.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102521850.1700.270.0197.6191.7885.69
HexD2FCB91101B1625c56
Octal322374271210331142134126
Binary110100101111110010111001100010110111110001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FCB9; }

 p { color: rgb(210,252,185); }

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

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

 a { background-color: rgb(210,252,185); }

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

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

 span { border-color: rgb(210,252,185); }

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