#D0E9C2

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

Shades of Tea Green #D0E9C2

Tints of Tea Green #D0E9C2

Color information

#D0E9C2 (or 0xD0E9C2) is unknown color: approx Tea Green. HEX triplet: D0, E9 and C2. RGB value is (208,233,194). Sum of RGB (Red+Green+Blue) = 208+233+194=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9C2 is #2F163D. Grayscale: #DDDDDD. Windows color (decimal): -3085886 or 12773840. OLE color: 12773840.

HSL color Cylindrical-coordinate representation of color #D0E9C2: hue angle of 98.46º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E9C2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB208233194-
CMYK0.1100.170.09
HSL98.46º46.99%83.73%-
HSV(B)98.46º16.74%91.37%-
XYZ64.8975.5862.21-
YUV221.08112.72118.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=32.76%
G=36.69%
B=30.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331940.1100.170.0998.4646.9983.73
HexD0E9C2B0119622f54
Octal320351302130211114257124
Binary1101000011101001110000101011010001100111000101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9C2; }

 p { color: rgb(208,233,194); }

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

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

 a { background-color: rgb(208,233,194); }

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

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

 span { border-color: rgb(208,233,194); }

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