#D2ECBD

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

Shades of Tea Green #D2ECBD

Tints of Tea Green #D2ECBD

Color information

#D2ECBD (or 0xD2ECBD) is unknown color: approx Tea Green. HEX triplet: D2, EC and BD. RGB value is (210,236,189). Sum of RGB (Red+Green+Blue) = 210+236+189=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECBD is #2D1342. Grayscale: #DFDFDF. Windows color (decimal): -2954051 or 12446930. OLE color: 12446930.

HSL color Cylindrical-coordinate representation of color #D2ECBD: hue angle of 93.19º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2ECBD is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB210236189-
CMYK0.1100.200.07
HSL93.19º55.29%83.33%-
HSV(B)93.19º19.92%92.55%-
XYZ65.7677.3759.61-
YUV222.87108.89118.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=33.07%
G=37.17%
B=29.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361890.1100.200.0793.1955.2983.33
HexD2ECBDB01475d3753
Octal32235427513024713567123
Binary110100101110110010111101101101010011110111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECBD; }

 p { color: rgb(210,236,189); }

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

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

 a { background-color: rgb(210,236,189); }

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

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

 span { border-color: rgb(210,236,189); }

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