Html Css Color HEX #DEFEC1 Tea Green

📋 copy color: '#DEFEC1'

red 222 ◦ green 254 ◦ blue 193

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

Shades of Tea Green #DEFEC1

Tints of Tea Green #DEFEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.97%

 BLUE value IS 193 (75.78% from 255) = 28.85%

R = 33.18%
G = 37.97%
B = 28.85%

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

#DEFEC1 (or 0xDEFEC1) is known color: Tea Green. HEX triplet: DE, FE and C1. RGB value is (222,254,193). Sum of RGB (Red+Green+Blue) = 222+254+193=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEC1 is #21013E. Grayscale: #EDEDED. Windows color (decimal): -2163007 or 12713694. OLE color: 12713694.

HSL color Cylindrical-coordinate representation of color #DEFEC1: hue angle of 91.48º 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 #DEFEC1 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 193 -
CMYK 0.13 0 0.24 0.00
HSL 91.48º 0.97% 0.88% -
HSV(B) 91.48º 0.24% 1% -
XYZ 75.19 90.26 63.91 -
YUV 237.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 222 254 193 0.13 0 0.24 0.00 91.48 0.97 0.88
Hex DE FE C1 D 0 18 0 5B 61 58
Octal 336 376 301 15 0 30 0 133 141 130
Binary 11011110 11111110 11000001 1101 0 11000 0 1011011 1100001 1011000

Color Harmonies of #DEFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEC1

Black with #DEFEC1

Text Example


Text Example

White with #DEFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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