#DEFAC1

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

Shades of Tea Green #DEFAC1

Tints of Tea Green #DEFAC1

Color information

#DEFAC1 (or 0xDEFAC1) is unknown color: approx Tea Green. HEX triplet: DE, FA and C1. RGB value is (222,250,193). Sum of RGB (Red+Green+Blue) = 222+250+193=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 193 (75.78% from 255 or 29.02% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC1 is #21053E. Grayscale: #EBEBEB. Windows color (decimal): -2164031 or 12712670. OLE color: 12712670.

HSL color Cylindrical-coordinate representation of color #DEFAC1: hue angle of 89.47º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFAC1 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB222250193-
CMYK0.1100.230.02
HSL89.47º85.07%86.86%-
HSV(B)89.47º22.8%98.04%-
XYZ73.9487.7563.49-
YUV235.13104.22118.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 193 (75.78% from 255) = 29.02%
R=33.38%
G=37.59%
B=29.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501930.1100.230.0289.4785.0786.86
HexDEFAC1B0172595557
Octal336372301130272131125127
Binary110111101111101011000001101101011110101100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAC1; }

 p { color: rgb(222,250,193); }

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

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

 a { background-color: rgb(222,250,193); }

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

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

 span { border-color: rgb(222,250,193); }

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