#DEF8C6

Color #DEF8C6 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DEF8C6

Tints of Tea Green #DEF8C6

Color information

#DEF8C6 (or 0xDEF8C6) is unknown color: approx Tea Green. HEX triplet: DE, F8 and C6. RGB value is (222,248,198). Sum of RGB (Red+Green+Blue) = 222+248+198=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 198 (77.73% from 255 or 29.64% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8C6 is #210739. Grayscale: #EAEAEA. Windows color (decimal): -2164538 or 13039838. OLE color: 13039838.

HSL color Cylindrical-coordinate representation of color #DEF8C6: hue angle of 91.2º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF8C6 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB222248198-
CMYK0.1000.200.03
HSL91.2º78.12%87.45%-
HSV(B)91.2º20.16%97.25%-
XYZ73.8886.7466.27-
YUV234.53107.39119.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 198 (77.73% from 255) = 29.64%
R=33.23%
G=37.13%
B=29.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481980.1000.200.0391.278.1287.45
HexDEF8C6A01435b4e57
Octal336370306120243133116127
Binary110111101111100011000110101001010011101101110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8C6; }

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

 H1.HeaderClassName
 {
   color: #DEF8C6;
 }
 .AnyTagClassName
 {
   color: #DEF8C6;
 }
</style>
background-color css

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

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

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

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

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

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