Html Css Color HEX #D5EEBC Tea Green

📋 copy color: '#D5EEBC'

red 213 ◦ green 238 ◦ blue 188

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

Shades of Tea Green #D5EEBC

Tints of Tea Green #D5EEBC

RGB

 RED value IS 213 (83.59% from 255) = 33.33%

 GREEN value IS 238 (93.36% from 255) = 37.25%

 BLUE value IS 188 (73.83% from 255) = 29.42%

R = 33.33%
G = 37.25%
B = 29.42%

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

#D5EEBC (or 0xD5EEBC) is known color: Tea Green. HEX triplet: D5, EE and BC. RGB value is (213,238,188). Sum of RGB (Red+Green+Blue) = 213+238+188=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EEBC is #2A1143. Grayscale: #E1E1E1. Windows color (decimal): -2756932 or 12381909. OLE color: 12381909.

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

Color convert

RGB 213 238 188 -
CMYK 0.11 0 0.21 0.07
HSL 90º 0.6% 0.84% -
HSV(B) 90º 0.21% 0.93% -
XYZ 67.09 78.93 59.28 -
YUV 224.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 213 238 188 0.11 0 0.21 0.07 90 0.6 0.84
Hex D5 EE BC B 0 15 7 5A 3C 54
Octal 325 356 274 13 0 25 7 132 74 124
Binary 11010101 11101110 10111100 1011 0 10101 111 1011010 111100 1010100

Color Harmonies of #D5EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEBC

Black with #D5EEBC

Text Example


Text Example

White with #D5EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEBC; }

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

 H1.HeaderClassName
 {
   color: #D5EEBC;
 }
 .AnyTagClassName
 {
   color: #D5EEBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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