Html Css Color HEX #DEFEC2 Tea Green

📋 copy color: '#DEFEC2'

red 222 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #DEFEC2

Tints of Tea Green #DEFEC2

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 value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#DEFEC2 (or 0xDEFEC2) is known color: 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

RGB 222 254 194 -
CMYK 0.13 0 0.24 0.00
HSL 92º 0.97% 0.88% -
HSV(B) 92º 0.24% 1% -
XYZ 75.3 90.31 64.5 -
YUV 237.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 222 254 194 0.13 0 0.24 0.00 92 0.97 0.88
Hex DE FE C2 D 0 18 0 5C 61 58
Octal 336 376 302 15 0 30 0 134 141 130
Binary 11011110 11111110 11000010 1101 0 11000 0 1011100 1100001 1011000

Color Harmonies of #DEFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEC2

Black with #DEFEC2

Text Example


Text Example

White with #DEFEC2

Text Example


Text Example

HTML Codes & Css Web 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>