#DCF3C1

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

Shades of Tea Green #DCF3C1

Tints of Tea Green #DCF3C1

Color information

#DCF3C1 (or 0xDCF3C1) is unknown color: approx Tea Green. HEX triplet: DC, F3 and C1. RGB value is (220,243,193). Sum of RGB (Red+Green+Blue) = 220+243+193=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 193 (75.78% from 255 or 29.42% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3C1 is #230C3E. Grayscale: #E6E6E6. Windows color (decimal): -2296895 or 12710876. OLE color: 12710876.

HSL color Cylindrical-coordinate representation of color #DCF3C1: hue angle of 87.6º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCF3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB220243193-
CMYK0.0900.210.05
HSL87.6º67.57%85.49%-
HSV(B)87.6º20.58%95.29%-
XYZ71.1983.1762.75-
YUV230.42106.88120.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 29.42%
R=33.54%
G=37.04%
B=29.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431930.0900.210.0587.667.5785.49
HexDCF3C190155584455
Octal334363301110255130104125
Binary1101110011110011110000011001010101101101100010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3C1; }

 p { color: rgb(220,243,193); }

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

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

 a { background-color: rgb(220,243,193); }

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

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

 span { border-color: rgb(220,243,193); }

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