#DEFEC2

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

Shades of Tea Green #DEFEC2

Tints of Tea Green #DEFEC2

Color information

#DEFEC2 (or 0xDEFEC2) is unknown color: approx Tea Green. HEX triplet: DE, FE and C2. RGB value is (222,254,194). Sum of RGB (Red+Green+Blue) = 222+254+194=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC2 is #21013D. Grayscale: #EDEDED. Windows color (decimal): -2163006 or 12779230. OLE color: 12779230.

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

Color convert

RGB222254194-
CMYK0.1300.240.00
HSL92º96.77%87.84%-
HSV(B)92º23.62%99.61%-
XYZ75.390.3164.5-
YUV237.59103.4116.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.13%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 194 (76.17% from 255) = 28.96%
R=33.13%
G=37.91%
B=28.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541940.1300.240.009296.7787.84
HexDEFEC2D01805c6158
Octal336376302150300134141130
Binary11011110111111101100001011010110000101110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEC2; }

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

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

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

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

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

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

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

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