Html Css Color HEX #D5EEBD Tea Green

📋 copy color: '#D5EEBD'

red 213 ◦ green 238 ◦ blue 189

#D5EEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D5EEBD

Tints of Tea Green #D5EEBD

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 value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#D5EEBD (or 0xD5EEBD) is known color: 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

RGB 213 238 189 -
CMYK 0.11 0 0.21 0.07
HSL 90.61º 0.59% 0.84% -
HSV(B) 90.61º 0.21% 0.93% -
XYZ 67.2 78.97 59.84 -
YUV 224.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 213 238 189 0.11 0 0.21 0.07 90.61 0.59 0.84
Hex D5 EE BD B 0 15 7 5B 3B 54
Octal 325 356 275 13 0 25 7 133 73 124
Binary 11010101 11101110 10111101 1011 0 10101 111 1011011 111011 1010100

Color Harmonies of #D5EEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEBD

Black with #D5EEBD

Text Example


Text Example

White with #D5EEBD

Text Example


Text Example

HTML Codes & Css Web 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>