#D0EBC0

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

Shades of Tea Green #D0EBC0

Tints of Tea Green #D0EBC0

Color information

#D0EBC0 (or 0xD0EBC0) is unknown color: approx Tea Green. HEX triplet: D0, EB and C0. RGB value is (208,235,192). Sum of RGB (Red+Green+Blue) = 208+235+192=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBC0 is #2F143F. Grayscale: #DEDEDE. Windows color (decimal): -3085376 or 12643280. OLE color: 12643280.

HSL color Cylindrical-coordinate representation of color #D0EBC0: hue angle of 97.67º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB208235192-
CMYK0.1100.180.08
HSL97.67º51.81%83.73%-
HSV(B)97.67º18.3%92.16%-
XYZ65.2476.6361.22-
YUV222.02111.05118-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=32.76%
G=37.01%
B=30.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082351920.1100.180.0897.6751.8183.73
HexD0EBC0B0128623454
Octal320353300130221014264124
Binary1101000011101011110000001011010010100011000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBC0; }

 p { color: rgb(208,235,192); }

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

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

 a { background-color: rgb(208,235,192); }

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

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

 span { border-color: rgb(208,235,192); }

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