#D0EBBA

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

Shades of Tea Green #D0EBBA

Tints of Tea Green #D0EBBA

Color information

#D0EBBA (or 0xD0EBBA) is unknown color: approx Tea Green. HEX triplet: D0, EB and BA. RGB value is (208,235,186). Sum of RGB (Red+Green+Blue) = 208+235+186=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBBA is #2F1445. Grayscale: #DDDDDD. Windows color (decimal): -3085382 or 12250064. OLE color: 12250064.

HSL color Cylindrical-coordinate representation of color #D0EBBA: hue angle of 93.06º 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 #D0EBBA is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB208235186-
CMYK0.1100.210.08
HSL93.06º55.06%82.55%-
HSV(B)93.06º20.85%92.16%-
XYZ64.5876.3757.79-
YUV221.34108.05118.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=33.07%
G=37.36%
B=29.57%

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
Decimal2082351860.1100.210.0893.0655.0682.55
HexD0EBBAB01585d3753
Octal320353272130251013567123
Binary1101000011101011101110101011010101100010111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBBA; }

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

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

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

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

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

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

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

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