Html Css Color HEX #DEFAC3 Tea Green

📋 copy color: '#DEFAC3'

red 222 ◦ green 250 ◦ blue 195

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

Shades of Tea Green #DEFAC3

Tints of Tea Green #DEFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.24%

R = 33.28%
G = 37.48%
B = 29.24%

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

#DEFAC3 (or 0xDEFAC3) is known color: Tea Green. HEX triplet: DE, FA and C3. RGB value is (222,250,195). Sum of RGB (Red+Green+Blue) = 222+250+195=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC3 is #21053C. Grayscale: #EBEBEB. Windows color (decimal): -2164029 or 12843742. OLE color: 12843742.

HSL color Cylindrical-coordinate representation of color #DEFAC3: hue angle of 90.55º 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 #DEFAC3 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 195 -
CMYK 0.11 0 0.22 0.02
HSL 90.55º 0.85% 0.87% -
HSV(B) 90.55º 0.22% 0.98% -
XYZ 74.16 87.84 64.68 -
YUV 235.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 222 250 195 0.11 0 0.22 0.02 90.55 0.85 0.87
Hex DE FA C3 B 0 16 2 5B 55 57
Octal 336 372 303 13 0 26 2 133 125 127
Binary 11011110 11111010 11000011 1011 0 10110 10 1011011 1010101 1010111

Color Harmonies of #DEFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAC3

Black with #DEFAC3

Text Example


Text Example

White with #DEFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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