Html Css Color HEX #DEFDC1 Tea Green

📋 copy color: '#DEFDC1'

red 222 ◦ green 253 ◦ blue 193

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

Shades of Tea Green #DEFDC1

Tints of Tea Green #DEFDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.89%

R = 33.23%
G = 37.87%
B = 28.89%

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

#DEFDC1 (or 0xDEFDC1) is known color: Tea Green. HEX triplet: DE, FD and C1. RGB value is (222,253,193). Sum of RGB (Red+Green+Blue) = 222+253+193=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDC1 is #21023E. Grayscale: #EDEDED. Windows color (decimal): -2163263 or 12713438. OLE color: 12713438.

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

Color convert

RGB 222 253 193 -
CMYK 0.12 0 0.24 0.01
HSL 91º 0.94% 0.87% -
HSV(B) 91º 0.24% 0.99% -
XYZ 74.88 89.63 63.81 -
YUV 236.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 222 253 193 0.12 0 0.24 0.01 91 0.94 0.87
Hex DE FD C1 C 0 18 1 5B 5E 57
Octal 336 375 301 14 0 30 1 133 136 127
Binary 11011110 11111101 11000001 1100 0 11000 1 1011011 1011110 1010111

Color Harmonies of #DEFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDC1

Black with #DEFDC1

Text Example


Text Example

White with #DEFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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