#DCFCC4

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

Shades of Tea Green #DCFCC4

Tints of Tea Green #DCFCC4

Color information

#DCFCC4 (or 0xDCFCC4) is unknown color: approx Tea Green. HEX triplet: DC, FC and C4. RGB value is (220,252,196). Sum of RGB (Red+Green+Blue) = 220+252+196=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCC4 is #23033B. Grayscale: #ECECEC. Windows color (decimal): -2294588 or 12909788. OLE color: 12909788.

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

Color convert

RGB220252196-
CMYK0.1300.220.01
HSL94.29º90.32%87.84%-
HSV(B)94.29º22.22%98.82%-
XYZ74.2988.8265.45-
YUV236.05105.4116.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 196 (76.95% from 255) = 29.34%
R=32.93%
G=37.72%
B=29.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521960.1300.220.0194.2990.3287.84
HexDCFCC4D01615e5a58
Octal334374304150261136132130
Binary11011100111111001100010011010101101101111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCC4; }

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

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

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

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

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

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

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

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