#D2F8B6

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

Shades of Tea Green #D2F8B6

Tints of Tea Green #D2F8B6

Color information

#D2F8B6 (or 0xD2F8B6) is unknown color: approx Tea Green. HEX triplet: D2, F8 and B6. RGB value is (210,248,182). Sum of RGB (Red+Green+Blue) = 210+248+182=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 182 (71.48% from 255 or 28.44% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8B6 is #2D0749. Grayscale: #E5E5E5. Windows color (decimal): -2950986 or 11991250. OLE color: 11991250.

HSL color Cylindrical-coordinate representation of color #D2F8B6: hue angle of 94.55º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2F8B6 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB210248182-
CMYK0.1500.270.03
HSL94.55º82.5%84.31%-
HSV(B)94.55º26.61%97.25%-
XYZ68.5984.2156.9-
YUV229.11101.41114.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.81%
GREEN value IS 248 (97.27% from 255) = 38.75%
BLUE value IS 182 (71.48% from 255) = 28.44%
R=32.81%
G=38.75%
B=28.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102481820.1500.270.0394.5582.584.31
HexD2F8B6F01B35f5254
Octal322370266170333137122124
Binary110100101111100010110110111101101111101111110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8B6; }

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

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

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

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

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

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

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

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