#DCFAB8

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

Shades of Tea Green #DCFAB8

Tints of Tea Green #DCFAB8

Color information

#DCFAB8 (or 0xDCFAB8) is unknown color: approx Tea Green. HEX triplet: DC, FA and B8. RGB value is (220,250,184). Sum of RGB (Red+Green+Blue) = 220+250+184=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 184 (72.27% from 255 or 28.13% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB8 is #230547. Grayscale: #E9E9E9. Windows color (decimal): -2295112 or 12122844. OLE color: 12122844.

HSL color Cylindrical-coordinate representation of color #DCFAB8: hue angle of 87.27º 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 #DCFAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB220250184-
CMYK0.1200.260.02
HSL87.27º86.84%85.1%-
HSV(B)87.27º26.4%98.04%-
XYZ72.3587.0558.34-
YUV233.51100.06118.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 184 (72.27% from 255) = 28.13%
R=33.64%
G=38.23%
B=28.13%

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
Decimal2202501840.1200.260.0287.2786.8485.1
HexDCFAB8C01A2575755
Octal334372270140322127127125
Binary110111001111101010111000110001101010101011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAB8; }

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

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

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

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

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

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

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

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