Html Css Color HEX #DEFCC0 Tea Green

📋 copy color: '#DEFCC0'

red 222 ◦ green 252 ◦ blue 192

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

Shades of Tea Green #DEFCC0

Tints of Tea Green #DEFCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.84%

 BLUE value IS 192 (75.39% from 255) = 28.83%

R = 33.33%
G = 37.84%
B = 28.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#DEFCC0 (or 0xDEFCC0) is known color: Tea Green. HEX triplet: DE, FC and C0. RGB value is (222,252,192). Sum of RGB (Red+Green+Blue) = 222+252+192=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCC0 is #21033F. Grayscale: #ECECEC. Windows color (decimal): -2163520 or 12647646. OLE color: 12647646.

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

Color convert

RGB 222 252 192 -
CMYK 0.12 0 0.24 0.01
HSL 90º 0.91% 0.87% -
HSV(B) 90º 0.24% 0.99% -
XYZ 74.45 88.96 63.12 -
YUV 236.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 222 252 192 0.12 0 0.24 0.01 90 0.91 0.87
Hex DE FC C0 C 0 18 1 5A 5B 57
Octal 336 374 300 14 0 30 1 132 133 127
Binary 11011110 11111100 11000000 1100 0 11000 1 1011010 1011011 1010111

Color Harmonies of #DEFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCC0

Black with #DEFCC0

Text Example


Text Example

White with #DEFCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCC0; }

 p { color: rgb(222,252,192); }

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

background-color css

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

 a { background-color: rgb(222,252,192); }

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

border-color css

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

 span { border-color: rgb(222,252,192); }

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