Html Css Color HEX #DEFFC2 Tea Green

📋 copy color: '#DEFFC2'

red 222 ◦ green 255 ◦ blue 194

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

Shades of Tea Green #DEFFC2

Tints of Tea Green #DEFFC2

RGB

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

 GREEN value IS 255 (100% from 255) = 38%

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

R = 33.08%
G = 38%
B = 28.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#DEFFC2 (or 0xDEFFC2) is known color: Tea Green. HEX triplet: DE, FF and C2. RGB value is (222,255,194). Sum of RGB (Red+Green+Blue) = 222+255+194=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 194 (76.17% from 255 or 28.91% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFC2 is #21003D. Grayscale: #EEEEEE. Windows color (decimal): -2162750 or 12779486. OLE color: 12779486.

HSL color Cylindrical-coordinate representation of color #DEFFC2: hue angle of 92.46º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEFFC2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 194 -
CMYK 0.13 0 0.24 0
HSL 92.46º 1% 0.88% -
HSV(B) 92.46º 0.24% 1% -
XYZ 75.62 90.94 64.61 -
YUV 238.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 222 255 194 0.13 0 0.24 0 92.46 1 0.88
Hex DE FF C2 D 0 18 0 5C 64 58
Octal 336 377 302 15 0 30 0 134 144 130
Binary 11011110 11111111 11000010 1101 0 11000 0 1011100 1100100 1011000

Color Harmonies of #DEFFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFFC2

Black with #DEFFC2

Text Example


Text Example

White with #DEFFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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