#D0F2B6

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

Shades of Tea Green #D0F2B6

Tints of Tea Green #D0F2B6

Color information

#D0F2B6 (or 0xD0F2B6) is unknown color: approx Tea Green. HEX triplet: D0, F2 and B6. RGB value is (208,242,182). Sum of RGB (Red+Green+Blue) = 208+242+182=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 242 (94.92% from 255 or 38.29% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2B6 is #2F0D49. Grayscale: #E1E1E1. Windows color (decimal): -3083594 or 11989712. OLE color: 11989712.

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

Color convert

RGB208242182-
CMYK0.1400.250.05
HSL94º69.77%83.14%-
HSV(B)94º24.79%94.9%-
XYZ66.2180.2956.26-
YUV224.99103.74115.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 242 (94.92% from 255) = 38.29%
BLUE value IS 182 (71.48% from 255) = 28.80%
R=32.91%
G=38.29%
B=28.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082421820.1400.250.059469.7783.14
HexD0F2B6E01955e4653
Octal320362266160315136106123
Binary1101000011110010101101101110011001101101111010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F2B6; }

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

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

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

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

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

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

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

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