#DCFCB6

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

Shades of Tea Green #DCFCB6

Tints of Tea Green #DCFCB6

Color information

#DCFCB6 (or 0xDCFCB6) is unknown color: approx Tea Green. HEX triplet: DC, FC and B6. RGB value is (220,252,182). Sum of RGB (Red+Green+Blue) = 220+252+182=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB6 is #230349. Grayscale: #EAEAEA. Windows color (decimal): -2294602 or 11992284. OLE color: 11992284.

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

Color convert

RGB220252182-
CMYK0.1300.280.01
HSL87.43º92.11%85.1%-
HSV(B)87.43º27.78%98.82%-
XYZ72.7788.2157.45-
YUV234.4598.4117.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.64%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 182 (71.48% from 255) = 27.83%
R=33.64%
G=38.53%
B=27.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521820.1300.280.0187.4392.1185.1
HexDCFCB6D01C1575c55
Octal334374266150341127134125
Binary11011100111111001011011011010111001101011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCB6; }

 p { color: rgb(220,252,182); }

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

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

 a { background-color: rgb(220,252,182); }

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

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

 span { border-color: rgb(220,252,182); }

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