Html Css Color HEX #D5EABF Tea Green

📋 copy color: '#D5EABF'

red 213 ◦ green 234 ◦ blue 191

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

Shades of Tea Green #D5EABF

Tints of Tea Green #D5EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 191 (75% from 255) = 29.94%

R = 33.39%
G = 36.68%
B = 29.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#D5EABF (or 0xD5EABF) is known color: Tea Green. HEX triplet: D5, EA and BF. RGB value is (213,234,191). Sum of RGB (Red+Green+Blue) = 213+234+191=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EABF is #2A1540. Grayscale: #DEDEDE. Windows color (decimal): -2757953 or 12577493. OLE color: 12577493.

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

Color convert

RGB 213 234 191 -
CMYK 0.09 0 0.18 0.08
HSL 89.3º 0.51% 0.83% -
HSV(B) 89.3º 0.18% 0.92% -
XYZ 66.27 76.75 60.61 -
YUV 222.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 213 234 191 0.09 0 0.18 0.08 89.3 0.51 0.83
Hex D5 EA BF 9 0 12 8 59 33 53
Octal 325 352 277 11 0 22 10 131 63 123
Binary 11010101 11101010 10111111 1001 0 10010 1000 1011001 110011 1010011

Color Harmonies of #D5EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EABF

Black with #D5EABF

Text Example


Text Example

White with #D5EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EABF; }

 p { color: rgb(213,234,191); }

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

background-color css

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

 a { background-color: rgb(213,234,191); }

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

border-color css

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

 span { border-color: rgb(213,234,191); }

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