#DCF9C1

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

Shades of Tea Green #DCF9C1

Tints of Tea Green #DCF9C1

Color information

#DCF9C1 (or 0xDCF9C1) is unknown color: approx Tea Green. HEX triplet: DC, F9 and C1. RGB value is (220,249,193). Sum of RGB (Red+Green+Blue) = 220+249+193=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9C1 is #23063E. Grayscale: #EAEAEA. Windows color (decimal): -2295359 or 12712412. OLE color: 12712412.

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

Color convert

RGB220249193-
CMYK0.1200.220.02
HSL91.07º82.35%86.67%-
HSV(B)91.07º22.49%97.65%-
XYZ73.0286.8263.36-
YUV233.94104.89118.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 249 (97.66% from 255) = 37.61%
BLUE value IS 193 (75.78% from 255) = 29.15%
R=33.23%
G=37.61%
B=29.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491930.1200.220.0291.0782.3586.67
HexDCF9C1C01625b5257
Octal334371301140262133122127
Binary110111001111100111000001110001011010101101110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9C1; }

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

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

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

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

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

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

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

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