#D0F2B2

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

Shades of Tea Green #D0F2B2

Tints of Tea Green #D0F2B2

Color information

#D0F2B2 (or 0xD0F2B2) is unknown color: approx Tea Green. HEX triplet: D0, F2 and B2. RGB value is (208,242,178). Sum of RGB (Red+Green+Blue) = 208+242+178=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F2B2 is #2F0D4D. Grayscale: #E0E0E0. Windows color (decimal): -3083598 or 11727568. OLE color: 11727568.

HSL color Cylindrical-coordinate representation of color #D0F2B2: hue angle of 91.88º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0F2B2 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB208242178-
CMYK0.1400.260.05
HSL91.88º71.11%82.35%-
HSV(B)91.88º26.45%94.9%-
XYZ65.880.1354.12-
YUV224.54101.74116.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 178 (69.92% from 255) = 28.34%
R=33.12%
G=38.54%
B=28.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421780.1400.260.0591.8871.1182.35
HexD0F2B2E01A55c4752
Octal320362262160325134107122
Binary1101000011110010101100101110011010101101110010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2B2; }

 p { color: rgb(208,242,178); }

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

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

 a { background-color: rgb(208,242,178); }

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

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

 span { border-color: rgb(208,242,178); }

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