#D4EAC0

Color #D4EAC0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D4EAC0

Tints of Tea Green #D4EAC0

Color information

#D4EAC0 (or 0xD4EAC0) is unknown color: approx Tea Green. HEX triplet: D4, EA and C0. RGB value is (212,234,192). Sum of RGB (Red+Green+Blue) = 212+234+192=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EAC0 is #2B153F. Grayscale: #DEDEDE. Windows color (decimal): -2823488 or 12643028. OLE color: 12643028.

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

Color convert

RGB212234192-
CMYK0.0900.180.08
HSL91.43º50%83.53%-
HSV(B)91.43º17.95%91.76%-
XYZ66.0976.6561.18-
YUV222.63110.71120.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=33.23%
G=36.68%
B=30.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341920.0900.180.0891.435083.53
HexD4EAC0901285b3254
Octal324352300110221013362124
Binary1101010011101010110000001001010010100010110111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAC0; }

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

 H1.HeaderClassName
 {
   color: #D4EAC0;
 }
 .AnyTagClassName
 {
   color: #D4EAC0;
 }
</style>
background-color css

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

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

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

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

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

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