#DCFCC0

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

Shades of Tea Green #DCFCC0

Tints of Tea Green #DCFCC0

Color information

#DCFCC0 (or 0xDCFCC0) is unknown color: approx Tea Green. HEX triplet: DC, FC and C0. RGB value is (220,252,192). Sum of RGB (Red+Green+Blue) = 220+252+192=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC0 is #23033F. Grayscale: #EBEBEB. Windows color (decimal): -2294592 or 12647644. OLE color: 12647644.

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

Color convert

RGB220252192-
CMYK0.1300.240.01
HSL92º90.91%87.06%-
HSV(B)92º23.81%98.82%-
XYZ73.8488.6463.09-
YUV235.59103.4116.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.13%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 192 (75.39% from 255) = 28.92%
R=33.13%
G=37.95%
B=28.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521920.1300.240.019290.9187.06
HexDCFCC0D01815c5b57
Octal334374300150301134133127
Binary11011100111111001100000011010110001101110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCC0; }

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

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

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

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

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

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

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

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