Html Css Color HEX #DEFDC2 Tea Green

📋 copy color: '#DEFDC2'

red 222 ◦ green 253 ◦ blue 194

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

Shades of Tea Green #DEFDC2

Tints of Tea Green #DEFDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.82%

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

R = 33.18%
G = 37.82%
B = 29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#DEFDC2 (or 0xDEFDC2) is known color: Tea Green. HEX triplet: DE, FD and C2. RGB value is (222,253,194). Sum of RGB (Red+Green+Blue) = 222+253+194=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 194 (76.17% from 255 or 29.00% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC2 is #21023D. Grayscale: #EDEDED. Windows color (decimal): -2163262 or 12778974. OLE color: 12778974.

HSL color Cylindrical-coordinate representation of color #DEFDC2: hue angle of 91.53º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEFDC2 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 194 -
CMYK 0.12 0 0.23 0.01
HSL 91.53º 0.94% 0.88% -
HSV(B) 91.53º 0.23% 0.99% -
XYZ 74.99 89.68 64.4 -
YUV 237.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 222 253 194 0.12 0 0.23 0.01 91.53 0.94 0.88
Hex DE FD C2 C 0 17 1 5C 5E 58
Octal 336 375 302 14 0 27 1 134 136 130
Binary 11011110 11111101 11000010 1100 0 10111 1 1011100 1011110 1011000

Color Harmonies of #DEFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDC2

Black with #DEFDC2

Text Example


Text Example

White with #DEFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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