Html Css Color HEX #DEFAC6 Tea Green

📋 copy color: '#DEFAC6'

red 222 ◦ green 250 ◦ blue 198

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

Shades of Tea Green #DEFAC6

Tints of Tea Green #DEFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.55%

R = 33.13%
G = 37.31%
B = 29.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#DEFAC6 (or 0xDEFAC6) is known color: Tea Green. HEX triplet: DE, FA and C6. RGB value is (222,250,198). Sum of RGB (Red+Green+Blue) = 222+250+198=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 198 (77.73% from 255 or 29.55% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAC6 is #210539. Grayscale: #EBEBEB. Windows color (decimal): -2164026 or 13040350. OLE color: 13040350.

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

Color convert

RGB 222 250 198 -
CMYK 0.11 0 0.21 0.02
HSL 92.31º 0.84% 0.88% -
HSV(B) 92.31º 0.21% 0.98% -
XYZ 74.5 87.98 66.48 -
YUV 235.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 222 250 198 0.11 0 0.21 0.02 92.31 0.84 0.88
Hex DE FA C6 B 0 15 2 5C 54 58
Octal 336 372 306 13 0 25 2 134 124 130
Binary 11011110 11111010 11000110 1011 0 10101 10 1011100 1010100 1011000

Color Harmonies of #DEFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAC6

Black with #DEFAC6

Text Example


Text Example

White with #DEFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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