#D0ECBF

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

Shades of Tea Green #D0ECBF

Tints of Tea Green #D0ECBF

Color information

#D0ECBF (or 0xD0ECBF) is unknown color: approx Tea Green. HEX triplet: D0, EC and BF. RGB value is (208,236,191). Sum of RGB (Red+Green+Blue) = 208+236+191=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECBF is #2F1340. Grayscale: #DEDEDE. Windows color (decimal): -3085121 or 12578000. OLE color: 12578000.

HSL color Cylindrical-coordinate representation of color #D0ECBF: hue angle of 97.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ECBF is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB208236191-
CMYK0.1200.190.07
HSL97.33º54.22%83.73%-
HSV(B)97.33º19.07%92.55%-
XYZ65.4177.1660.74-
YUV222.5110.22117.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 191 (75% from 255) = 30.08%
R=32.76%
G=37.17%
B=30.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082361910.1200.190.0797.3354.2283.73
HexD0ECBFC0137613654
Octal32035427714023714166124
Binary110100001110110010111111110001001111111000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECBF; }

 p { color: rgb(208,236,191); }

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

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

 a { background-color: rgb(208,236,191); }

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

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

 span { border-color: rgb(208,236,191); }

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