Html Css Color HEX #D4EDC0 Tea Green

📋 copy color: '#D4EDC0'

red 212 ◦ green 237 ◦ blue 192

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

Shades of Tea Green #D4EDC0

Tints of Tea Green #D4EDC0

RGB

 RED value IS 212 (83.2% from 255) = 33.07%

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

 BLUE value IS 192 (75.39% from 255) = 29.95%

R = 33.07%
G = 36.97%
B = 29.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#D4EDC0 (or 0xD4EDC0) is known color: Tea Green. HEX triplet: D4, ED and C0. RGB value is (212,237,192). Sum of RGB (Red+Green+Blue) = 212+237+192=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDC0 is #2B123F. Grayscale: #E0E0E0. Windows color (decimal): -2822720 or 12643796. OLE color: 12643796.

HSL color Cylindrical-coordinate representation of color #D4EDC0: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4EDC0 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 192 -
CMYK 0.11 0 0.19 0.07
HSL 93.33º 0.56% 0.84% -
HSV(B) 93.33º 0.19% 0.93% -
XYZ 66.95 78.37 61.47 -
YUV 224.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 212 237 192 0.11 0 0.19 0.07 93.33 0.56 0.84
Hex D4 ED C0 B 0 13 7 5D 38 54
Octal 324 355 300 13 0 23 7 135 70 124
Binary 11010100 11101101 11000000 1011 0 10011 111 1011101 111000 1010100

Color Harmonies of #D4EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDC0

Black with #D4EDC0

Text Example


Text Example

White with #D4EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDC0; }

 p { color: rgb(212,237,192); }

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

background-color css

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

 a { background-color: rgb(212,237,192); }

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

border-color css

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

 span { border-color: rgb(212,237,192); }

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