#D2F5B8

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

Shades of Tea Green #D2F5B8

Tints of Tea Green #D2F5B8

Color information

#D2F5B8 (or 0xD2F5B8) is unknown color: approx Tea Green. HEX triplet: D2, F5 and B8. RGB value is (210,245,184). Sum of RGB (Red+Green+Blue) = 210+245+184=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F5B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F5B8 is #2D0A47. Grayscale: #E3E3E3. Windows color (decimal): -2951752 or 12121554. OLE color: 12121554.

HSL color Cylindrical-coordinate representation of color #D2F5B8: hue angle of 94.43º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2F5B8 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB210245184-
CMYK0.1400.250.04
HSL94.43º75.31%84.12%-
HSV(B)94.43º24.9%96.08%-
XYZ67.8882.4757.69-
YUV227.58103.4115.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 184 (72.27% from 255) = 28.79%
R=32.86%
G=38.34%
B=28.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102451840.1400.250.0494.4375.3184.12
HexD2F5B8E01945e4b54
Octal322365270160314136113124
Binary1101001011110101101110001110011001100101111010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F5B8; }

 p { color: rgb(210,245,184); }

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

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

 a { background-color: rgb(210,245,184); }

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

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

 span { border-color: rgb(210,245,184); }

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