#DEFEC5

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

Shades of Tea Green #DEFEC5

Tints of Tea Green #DEFEC5

Color information

#DEFEC5 (or 0xDEFEC5) is unknown color: approx Tea Green. HEX triplet: DE, FE and C5. RGB value is (222,254,197). Sum of RGB (Red+Green+Blue) = 222+254+197=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 197 (77.34% from 255 or 29.27% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC5 is #21013A. Grayscale: #EEEEEE. Windows color (decimal): -2163003 or 12975838. OLE color: 12975838.

HSL color Cylindrical-coordinate representation of color #DEFEC5: hue angle of 93.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEFEC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB222254197-
CMYK0.1300.220.00
HSL93.68º96.61%88.43%-
HSV(B)93.68º22.44%99.61%-
XYZ75.6490.4466.29-
YUV237.93104.9116.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 197 (77.34% from 255) = 29.27%
R=32.99%
G=37.74%
B=29.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541970.1300.220.0093.6896.6188.43
HexDEFEC5D01605e6158
Octal336376305150260136141130
Binary11011110111111101100010111010101100101111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEC5; }

 p { color: rgb(222,254,197); }

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

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

 a { background-color: rgb(222,254,197); }

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

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

 span { border-color: rgb(222,254,197); }

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