#DCF7BA

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

Shades of Tea Green #DCF7BA

Tints of Tea Green #DCF7BA

Color information

#DCF7BA (or 0xDCF7BA) is unknown color: approx Tea Green. HEX triplet: DC, F7 and BA. RGB value is (220,247,186). Sum of RGB (Red+Green+Blue) = 220+247+186=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7BA is #230845. Grayscale: #E8E8E8. Windows color (decimal): -2295878 or 12253148. OLE color: 12253148.

HSL color Cylindrical-coordinate representation of color #DCF7BA: hue angle of 86.56º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCF7BA is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB220247186-
CMYK0.1100.250.03
HSL86.56º79.22%84.9%-
HSV(B)86.56º24.7%96.86%-
XYZ71.6485.2859.14-
YUV231.97102.05119.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=33.69%
G=37.83%
B=28.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471860.1100.250.0386.5679.2284.9
HexDCF7BAB0193574f55
Octal334367272130313127117125
Binary110111001111011110111010101101100111101011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF7BA; }

 p { color: rgb(220,247,186); }

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

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

 a { background-color: rgb(220,247,186); }

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

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

 span { border-color: rgb(220,247,186); }

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