#D5EBBA

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

Shades of Tea Green #D5EBBA

Tints of Tea Green #D5EBBA

Color information

#D5EBBA (or 0xD5EBBA) is unknown color: approx Tea Green. HEX triplet: D5, EB and BA. RGB value is (213,235,186). Sum of RGB (Red+Green+Blue) = 213+235+186=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBBA is #2A1445. Grayscale: #DFDFDF. Windows color (decimal): -2757702 or 12250069. OLE color: 12250069.

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

Color convert

RGB213235186-
CMYK0.0900.210.08
HSL86.94º55.06%82.55%-
HSV(B)86.94º20.85%92.16%-
XYZ66.0177.1157.86-
YUV222.84107.21120.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=33.60%
G=37.07%
B=29.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351860.0900.210.0886.9455.0682.55
HexD5EBBA90158573753
Octal325353272110251012767123
Binary1101010111101011101110101001010101100010101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBBA; }

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

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

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

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

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

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

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

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