#D5EDBE

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

Shades of Tea Green #D5EDBE

Tints of Tea Green #D5EDBE

Color information

#D5EDBE (or 0xD5EDBE) is unknown color: approx Tea Green. HEX triplet: D5, ED and BE. RGB value is (213,237,190). Sum of RGB (Red+Green+Blue) = 213+237+190=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDBE is #2A1241. Grayscale: #E0E0E0. Windows color (decimal): -2757186 or 12512725. OLE color: 12512725.

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

Color convert

RGB213237190-
CMYK0.1000.200.07
HSL90.64º56.63%83.73%-
HSV(B)90.64º19.83%92.94%-
XYZ67.0278.4360.32-
YUV224.47108.55119.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=33.28%
G=37.03%
B=29.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132371900.1000.200.0790.6456.6383.73
HexD5EDBEA01475b3954
Octal32535527612024713371124
Binary110101011110110110111110101001010011110110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDBE; }

 p { color: rgb(213,237,190); }

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

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

 a { background-color: rgb(213,237,190); }

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

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

 span { border-color: rgb(213,237,190); }

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