#d2ffb2

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

Shades of Tea Green #D2FFB2

Tints of Tea Green #D2FFB2

Color information

#D2FFB2 (or 0xD2FFB2) is unknown color: approx Tea Green. HEX triplet: D2, FF and B2. RGB value is (210,255,178). Sum of RGB (Red+Green+Blue) = 210+255+178=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFB2 is #2D004D. Grayscale: #E9E9E9. Windows color (decimal): -2949198 or 11730898. OLE color: 11730898.

HSL color Cylindrical-coordinate representation of color #D2FFB2: hue angle of 95.06º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2FFB2 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB210255178-
CMYK0.1800.300
HSL95.06º100%84.9%-
HSV(B)95.06º30.2%100%-
XYZ70.3788.4455.48-
YUV232.7797.09111.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.66%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 178 (69.92% from 255) = 27.68%
R=32.66%
G=39.66%
B=27.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551780.1800.30095.0610084.9
HexD2FFB21201E05f6455
Octal322377262220360137144125
Binary110100101111111110110010100100111100101111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ffb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ffb2; }

 p { color: rgb(210,255,178); }

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

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

 a { background-color: rgb(210,255,178); }

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

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

 span { border-color: rgb(210,255,178); }

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