Html Css Color HEX #D5EDB6 Tea Green

📋 copy color: '#D5EDB6'

red 213 ◦ green 237 ◦ blue 182

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

Shades of Tea Green #D5EDB6

Tints of Tea Green #D5EDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

 BLUE value IS 182 (71.48% from 255) = 28.8%

R = 33.7%
G = 37.5%
B = 28.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#D5EDB6 (or 0xD5EDB6) is known color: Tea Green. HEX triplet: D5, ED and B6. RGB value is (213,237,182). Sum of RGB (Red+Green+Blue) = 213+237+182=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDB6 is #2A1249. Grayscale: #DFDFDF. Windows color (decimal): -2757194 or 11988437. OLE color: 11988437.

HSL color Cylindrical-coordinate representation of color #D5EDB6: hue angle of 86.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5EDB6 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 182 -
CMYK 0.10 0 0.23 0.07
HSL 86.18º 0.6% 0.82% -
HSV(B) 86.18º 0.23% 0.93% -
XYZ 66.17 78.09 55.84 -
YUV 223.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 213 237 182 0.10 0 0.23 0.07 86.18 0.6 0.82
Hex D5 ED B6 A 0 17 7 56 3C 52
Octal 325 355 266 12 0 27 7 126 74 122
Binary 11010101 11101101 10110110 1010 0 10111 111 1010110 111100 1010010

Color Harmonies of #D5EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDB6

Black with #D5EDB6

Text Example


Text Example

White with #D5EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDB6; }

 p { color: rgb(213,237,182); }

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

background-color css

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

 a { background-color: rgb(213,237,182); }

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

border-color css

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

 span { border-color: rgb(213,237,182); }

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