#D2F1B6

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

Shades of Tea Green #D2F1B6

Tints of Tea Green #D2F1B6

Color information

#D2F1B6 (or 0xD2F1B6) is unknown color: approx Tea Green. HEX triplet: D2, F1 and B6. RGB value is (210,241,182). Sum of RGB (Red+Green+Blue) = 210+241+182=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F1B6 is #2D0E49. Grayscale: #E1E1E1. Windows color (decimal): -2952778 or 11989458. OLE color: 11989458.

HSL color Cylindrical-coordinate representation of color #D2F1B6: hue angle of 91.53º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2F1B6 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB210241182-
CMYK0.1300.240.05
HSL91.53º67.82%82.94%-
HSV(B)91.53º24.48%94.51%-
XYZ66.4879.9956.19-
YUV225103.73117.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 182 (71.48% from 255) = 28.75%
R=33.18%
G=38.07%
B=28.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411820.1300.240.0591.5367.8282.94
HexD2F1B6D01855c4453
Octal322361266150305134104123
Binary1101001011110001101101101101011000101101110010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F1B6; }

 p { color: rgb(210,241,182); }

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

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

 a { background-color: rgb(210,241,182); }

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

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

 span { border-color: rgb(210,241,182); }

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