Html Css Color HEX #DEFAC2 Tea Green

📋 copy color: '#DEFAC2'

red 222 ◦ green 250 ◦ blue 194

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

Shades of Tea Green #DEFAC2

Tints of Tea Green #DEFAC2

RGB

 RED value IS 222 (87.11% from 255) = 33.33%

 GREEN value IS 250 (98.05% from 255) = 37.54%

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 33.33%
G = 37.54%
B = 29.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#DEFAC2 (or 0xDEFAC2) is known color: Tea Green. HEX triplet: DE, FA and C2. RGB value is (222,250,194). Sum of RGB (Red+Green+Blue) = 222+250+194=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC2 is #21053D. Grayscale: #EBEBEB. Windows color (decimal): -2164030 or 12778206. OLE color: 12778206.

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

Color convert

RGB 222 250 194 -
CMYK 0.11 0 0.22 0.02
HSL 90º 0.85% 0.87% -
HSV(B) 90º 0.22% 0.98% -
XYZ 74.05 87.8 64.08 -
YUV 235.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 222 250 194 0.11 0 0.22 0.02 90 0.85 0.87
Hex DE FA C2 B 0 16 2 5A 55 57
Octal 336 372 302 13 0 26 2 132 125 127
Binary 11011110 11111010 11000010 1011 0 10110 10 1011010 1010101 1010111

Color Harmonies of #DEFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAC2

Black with #DEFAC2

Text Example


Text Example

White with #DEFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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