#D2EBBA

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

Shades of Tea Green #D2EBBA

Tints of Tea Green #D2EBBA

Color information

#D2EBBA (or 0xD2EBBA) is unknown color: approx Tea Green. HEX triplet: D2, EB and BA. RGB value is (210,235,186). Sum of RGB (Red+Green+Blue) = 210+235+186=631 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.28% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBBA is #2D1445. Grayscale: #DEDEDE. Windows color (decimal): -2954310 or 12250066. OLE color: 12250066.

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

Color convert

RGB210235186-
CMYK0.1100.210.08
HSL90.61º55.06%82.55%-
HSV(B)90.61º20.85%92.16%-
XYZ65.1576.6657.82-
YUV221.94107.72119.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=33.28%
G=37.24%
B=29.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351860.1100.210.0890.6155.0682.55
HexD2EBBAB01585b3753
Octal322353272130251013367123
Binary1101001011101011101110101011010101100010110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBBA; }

 p { color: rgb(210,235,186); }

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

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

 a { background-color: rgb(210,235,186); }

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

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

 span { border-color: rgb(210,235,186); }

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