#DCFDBA

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

Shades of Tea Green #DCFDBA

Tints of Tea Green #DCFDBA

Color information

#DCFDBA (or 0xDCFDBA) is unknown color: approx Tea Green. HEX triplet: DC, FD and BA. RGB value is (220,253,186). Sum of RGB (Red+Green+Blue) = 220+253+186=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDBA is #230245. Grayscale: #EBEBEB. Windows color (decimal): -2294342 or 12254684. OLE color: 12254684.

HSL color Cylindrical-coordinate representation of color #DCFDBA: hue angle of 89.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFDBA is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB220253186-
CMYK0.1300.260.01
HSL89.55º94.37%86.08%-
HSV(B)89.55º26.48%99.22%-
XYZ73.589.0159.76-
YUV235.5100.07116.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=33.38%
G=38.39%
B=28.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531860.1300.260.0189.5594.3786.08
HexDCFDBAD01A15a5e56
Octal334375272150321132136126
Binary11011100111111011011101011010110101101101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDBA; }

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

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

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

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

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

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

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

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