#D5EEBD

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

Shades of Tea Green #D5EEBD

Tints of Tea Green #D5EEBD

Color information

#D5EEBD (or 0xD5EEBD) is unknown color: approx Tea Green. HEX triplet: D5, EE and BD. RGB value is (213,238,189). Sum of RGB (Red+Green+Blue) = 213+238+189=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEBD is #2A1142. Grayscale: #E1E1E1. Windows color (decimal): -2756931 or 12447445. OLE color: 12447445.

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

Color convert

RGB213238189-
CMYK0.1100.210.07
HSL90.61º59.04%83.73%-
HSV(B)90.61º20.59%93.33%-
XYZ67.278.9759.84-
YUV224.94107.72119.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=33.28%
G=37.19%
B=29.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132381890.1100.210.0790.6159.0483.73
HexD5EEBDB01575b3b54
Octal32535627513025713373124
Binary110101011110111010111101101101010111110110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEBD; }

 p { color: rgb(213,238,189); }

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

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

 a { background-color: rgb(213,238,189); }

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

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

 span { border-color: rgb(213,238,189); }

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