Html Css Color HEX #DEFBC6 Tea Green

📋 copy color: '#DEFBC6'

red 222 ◦ green 251 ◦ blue 198

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

Shades of Tea Green #DEFBC6

Tints of Tea Green #DEFBC6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

 BLUE value IS 198 (77.73% from 255) = 29.51%

R = 33.08%
G = 37.41%
B = 29.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#DEFBC6 (or 0xDEFBC6) is known color: Tea Green. HEX triplet: DE, FB and C6. RGB value is (222,251,198). Sum of RGB (Red+Green+Blue) = 222+251+198=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBC6 is #210439. Grayscale: #ECECEC. Windows color (decimal): -2163770 or 13040606. OLE color: 13040606.

HSL color Cylindrical-coordinate representation of color #DEFBC6: hue angle of 92.83º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEFBC6 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 198 -
CMYK 0.12 0 0.21 0.02
HSL 92.83º 0.87% 0.88% -
HSV(B) 92.83º 0.21% 0.98% -
XYZ 74.81 88.6 66.58 -
YUV 236.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 222 251 198 0.12 0 0.21 0.02 92.83 0.87 0.88
Hex DE FB C6 C 0 15 2 5D 57 58
Octal 336 373 306 14 0 25 2 135 127 130
Binary 11011110 11111011 11000110 1100 0 10101 10 1011101 1010111 1011000

Color Harmonies of #DEFBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBC6

Black with #DEFBC6

Text Example


Text Example

White with #DEFBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBC6; }

 p { color: rgb(222,251,198); }

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

background-color css

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

 a { background-color: rgb(222,251,198); }

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

border-color css

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

 span { border-color: rgb(222,251,198); }

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