#DCFCC3

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

Shades of Tea Green #DCFCC3

Tints of Tea Green #DCFCC3

Color information

#DCFCC3 (or 0xDCFCC3) is unknown color: approx Tea Green. HEX triplet: DC, FC and C3. RGB value is (220,252,195). Sum of RGB (Red+Green+Blue) = 220+252+195=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC3 is #23033C. Grayscale: #ECECEC. Windows color (decimal): -2294589 or 12844252. OLE color: 12844252.

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

Color convert

RGB220252195-
CMYK0.1300.230.01
HSL93.68º90.48%87.65%-
HSV(B)93.68º22.62%98.82%-
XYZ74.1888.7864.86-
YUV235.93104.9116.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 195 (76.56% from 255) = 29.24%
R=32.98%
G=37.78%
B=29.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521950.1300.230.0193.6890.4887.65
HexDCFCC3D01715e5a58
Octal334374303150271136132130
Binary11011100111111001100001111010101111101111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCC3; }

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

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

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

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

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

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

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

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