Html Css Color HEX #DEFDC3 Tea Green

📋 copy color: '#DEFDC3'

red 222 ◦ green 253 ◦ blue 195

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

Shades of Tea Green #DEFDC3

Tints of Tea Green #DEFDC3

RGB

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

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

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

R = 33.13%
G = 37.76%
B = 29.1%

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

#DEFDC3 (or 0xDEFDC3) is known color: Tea Green. HEX triplet: DE, FD and C3. RGB value is (222,253,195). Sum of RGB (Red+Green+Blue) = 222+253+195=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 195 (76.56% from 255 or 29.10% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC3 is #21023C. Grayscale: #EDEDED. Windows color (decimal): -2163261 or 12844510. OLE color: 12844510.

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

Color convert

RGB 222 253 195 -
CMYK 0.12 0 0.23 0.01
HSL 92.07º 0.94% 0.88% -
HSV(B) 92.07º 0.23% 0.99% -
XYZ 75.1 89.72 64.99 -
YUV 237.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 222 253 195 0.12 0 0.23 0.01 92.07 0.94 0.88
Hex DE FD C3 C 0 17 1 5C 5E 58
Octal 336 375 303 14 0 27 1 134 136 130
Binary 11011110 11111101 11000011 1100 0 10111 1 1011100 1011110 1011000

Color Harmonies of #DEFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDC3

Black with #DEFDC3

Text Example


Text Example

White with #DEFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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