#DFFFC0

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

Shades of Tea Green #DFFFC0

Tints of Tea Green #DFFFC0

Color information

#DFFFC0 (or 0xDFFFC0) is unknown color: approx Tea Green. HEX triplet: DF, FF and C0. RGB value is (223,255,192). Sum of RGB (Red+Green+Blue) = 223+255+192=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFFC0 is #20003F. Grayscale: #EEEEEE. Windows color (decimal): -2097216 or 12648415. OLE color: 12648415.

HSL color Cylindrical-coordinate representation of color #DFFFC0: hue angle of 90.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB223255192-
CMYK0.1300.250
HSL90.48º100%87.65%-
HSV(B)90.48º24.71%100%-
XYZ75.7191.0163.45-
YUV238.25101.9117.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=33.28%
G=38.06%
B=28.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551920.1300.25090.4810087.65
HexDFFFC0D01905a6458
Octal337377300150310132144130
Binary11011111111111111100000011010110010101101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFC0; }

 p { color: rgb(223,255,192); }

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

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

 a { background-color: rgb(223,255,192); }

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

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

 span { border-color: rgb(223,255,192); }

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