#DCFAB9

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

Shades of Tea Green #DCFAB9

Tints of Tea Green #DCFAB9

Color information

#DCFAB9 (or 0xDCFAB9) is unknown color: approx Tea Green. HEX triplet: DC, FA and B9. RGB value is (220,250,185). Sum of RGB (Red+Green+Blue) = 220+250+185=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB9 is #230546. Grayscale: #E9E9E9. Windows color (decimal): -2295111 or 12188380. OLE color: 12188380.

HSL color Cylindrical-coordinate representation of color #DCFAB9: hue angle of 87.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFAB9 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB220250185-
CMYK0.1200.260.02
HSL87.69º86.67%85.29%-
HSV(B)87.69º26%98.04%-
XYZ72.4687.0958.89-
YUV233.62100.56118.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 185 (72.66% from 255) = 28.24%
R=33.59%
G=38.17%
B=28.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501850.1200.260.0287.6986.6785.29
HexDCFAB9C01A2585755
Octal334372271140322130127125
Binary110111001111101010111001110001101010101100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAB9; }

 p { color: rgb(220,250,185); }

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

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

 a { background-color: rgb(220,250,185); }

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

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

 span { border-color: rgb(220,250,185); }

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