Html Css Color HEX #DCF7C1 Tea Green

📋 copy color: '#DCF7C1'

red 220 ◦ green 247 ◦ blue 193

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

Shades of Tea Green #DCF7C1

Tints of Tea Green #DCF7C1

RGB

 RED value IS 220 (86.33% from 255) = 33.33%

 GREEN value IS 247 (96.88% from 255) = 37.42%

 BLUE value IS 193 (75.78% from 255) = 29.24%

R = 33.33%
G = 37.42%
B = 29.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#DCF7C1 (or 0xDCF7C1) is known color: Tea Green. HEX triplet: DC, F7 and C1. RGB value is (220,247,193). Sum of RGB (Red+Green+Blue) = 220+247+193=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7C1 is #23083E. Grayscale: #E8E8E8. Windows color (decimal): -2295871 or 12711900. OLE color: 12711900.

HSL color Cylindrical-coordinate representation of color #DCF7C1: hue angle of 90º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCF7C1 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 193 -
CMYK 0.11 0 0.22 0.03
HSL 90º 0.77% 0.86% -
HSV(B) 90º 0.22% 0.97% -
XYZ 72.4 85.59 63.16 -
YUV 232.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 220 247 193 0.11 0 0.22 0.03 90 0.77 0.86
Hex DC F7 C1 B 0 16 3 5A 4D 56
Octal 334 367 301 13 0 26 3 132 115 126
Binary 11011100 11110111 11000001 1011 0 10110 11 1011010 1001101 1010110

Color Harmonies of #DCF7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF7C1

Black with #DCF7C1

Text Example


Text Example

White with #DCF7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF7C1; }

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

 H1.HeaderClassName
 {
   color: #DCF7C1;
 }
 .AnyTagClassName
 {
   color: #DCF7C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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