Html Css Color HEX #D5EBBF Tea Green

📋 copy color: '#D5EBBF'

red 213 ◦ green 235 ◦ blue 191

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

Shades of Tea Green #D5EBBF

Tints of Tea Green #D5EBBF

RGB

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

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

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

R = 33.33%
G = 36.78%
B = 29.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#D5EBBF (or 0xD5EBBF) is known color: Tea Green. HEX triplet: D5, EB and BF. RGB value is (213,235,191). Sum of RGB (Red+Green+Blue) = 213+235+191=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBBF is #2A1440. Grayscale: #DFDFDF. Windows color (decimal): -2757697 or 12577749. OLE color: 12577749.

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

Color convert

RGB 213 235 191 -
CMYK 0.09 0 0.19 0.08
HSL 90º 0.52% 0.84% -
HSV(B) 90º 0.19% 0.92% -
XYZ 66.55 77.32 60.71 -
YUV 223.41 109.71 120.58 -
System Red Green Blue C M Y K H S L
Decimal 213 235 191 0.09 0 0.19 0.08 90 0.52 0.84
Hex D5 EB BF 9 0 13 8 5A 34 54
Octal 325 353 277 11 0 23 10 132 64 124
Binary 11010101 11101011 10111111 1001 0 10011 1000 1011010 110100 1010100

Color Harmonies of #D5EBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBBF

Black with #D5EBBF

Text Example


Text Example

White with #D5EBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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