#DCF6BF

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

Shades of Tea Green #DCF6BF

Tints of Tea Green #DCF6BF

Color information

#DCF6BF (or 0xDCF6BF) is unknown color: approx Tea Green. HEX triplet: DC, F6 and BF. RGB value is (220,246,191). Sum of RGB (Red+Green+Blue) = 220+246+191=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6BF is #230940. Grayscale: #E8E8E8. Windows color (decimal): -2296129 or 12580572. OLE color: 12580572.

HSL color Cylindrical-coordinate representation of color #DCF6BF: hue angle of 88.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCF6BF is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB220246191-
CMYK0.1100.220.04
HSL88.36º75.34%85.69%-
HSV(B)88.36º22.36%96.47%-
XYZ71.8784.8961.89-
YUV231.96104.89119.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 191 (75% from 255) = 29.07%
R=33.49%
G=37.44%
B=29.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202461910.1100.220.0488.3675.3485.69
HexDCF6BFB0164584b56
Octal334366277130264130113126
Binary1101110011110110101111111011010110100101100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6BF; }

 p { color: rgb(220,246,191); }

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

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

 a { background-color: rgb(220,246,191); }

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

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

 span { border-color: rgb(220,246,191); }

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