Html Css Color HEX #DCFCC0 Tea Green

📋 copy color: '#DCFCC0'

red 220 ◦ green 252 ◦ blue 192

#DCFCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DCFCC0

Tints of Tea Green #DCFCC0

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 value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#DCFCC0 (or 0xDCFCC0) is known color: 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

RGB 220 252 192 -
CMYK 0.13 0 0.24 0.01
HSL 92º 0.91% 0.87% -
HSV(B) 92º 0.24% 0.99% -
XYZ 73.84 88.64 63.09 -
YUV 235.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 220 252 192 0.13 0 0.24 0.01 92 0.91 0.87
Hex DC FC C0 D 0 18 1 5C 5B 57
Octal 334 374 300 15 0 30 1 134 133 127
Binary 11011100 11111100 11000000 1101 0 11000 1 1011100 1011011 1010111

Color Harmonies of #DCFCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCC0

Black with #DCFCC0

Text Example


Text Example

White with #DCFCC0

Text Example


Text Example

HTML Codes & Css Web 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>