Html Css Color HEX #DEFCC3 Tea Green

📋 copy color: '#DEFCC3'

red 222 ◦ green 252 ◦ blue 195

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

Shades of Tea Green #DEFCC3

Tints of Tea Green #DEFCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 33.18%
G = 37.67%
B = 29.15%

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

#DEFCC3 (or 0xDEFCC3) is known color: Tea Green. HEX triplet: DE, FC and C3. RGB value is (222,252,195). Sum of RGB (Red+Green+Blue) = 222+252+195=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCC3 is #21033C. Grayscale: #ECECEC. Windows color (decimal): -2163517 or 12844254. OLE color: 12844254.

HSL color Cylindrical-coordinate representation of color #DEFCC3: hue angle of 91.58º degrees, saturation: 0.9, 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 #DEFCC3 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 195 -
CMYK 0.12 0 0.23 0.01
HSL 91.58º 0.9% 0.88% -
HSV(B) 91.58º 0.23% 0.99% -
XYZ 74.78 89.09 64.88 -
YUV 236.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 222 252 195 0.12 0 0.23 0.01 91.58 0.9 0.88
Hex DE FC C3 C 0 17 1 5C 5A 58
Octal 336 374 303 14 0 27 1 134 132 130
Binary 11011110 11111100 11000011 1100 0 10111 1 1011100 1011010 1011000

Color Harmonies of #DEFCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFCC3

Black with #DEFCC3

Text Example


Text Example

White with #DEFCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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