Html Css Color HEX #D5EBC2 Tea Green

📋 copy color: '#D5EBC2'

red 213 ◦ green 235 ◦ blue 194

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

Shades of Tea Green #D5EBC2

Tints of Tea Green #D5EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.6%

 BLUE value IS 194 (76.17% from 255) = 30.22%

R = 33.18%
G = 36.6%
B = 30.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#D5EBC2 (or 0xD5EBC2) is known color: Tea Green. HEX triplet: D5, EB and C2. RGB value is (213,235,194). Sum of RGB (Red+Green+Blue) = 213+235+194=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 194 (76.17% from 255 or 30.22% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBC2 is #2A143D. Grayscale: #DFDFDF. Windows color (decimal): -2757694 or 12774357. OLE color: 12774357.

HSL color Cylindrical-coordinate representation of color #D5EBC2: hue angle of 92.2º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5EBC2 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 194 -
CMYK 0.09 0 0.17 0.08
HSL 92.2º 0.51% 0.84% -
HSV(B) 92.2º 0.17% 0.92% -
XYZ 66.89 77.46 62.46 -
YUV 223.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 213 235 194 0.09 0 0.17 0.08 92.2 0.51 0.84
Hex D5 EB C2 9 0 11 8 5C 33 54
Octal 325 353 302 11 0 21 10 134 63 124
Binary 11010101 11101011 11000010 1001 0 10001 1000 1011100 110011 1010100

Color Harmonies of #D5EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBC2

Black with #D5EBC2

Text Example


Text Example

White with #D5EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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