Html Css Color HEX #DCFAC5 Tea Green

📋 copy color: '#DCFAC5'

red 220 ◦ green 250 ◦ blue 197

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

Shades of Tea Green #DCFAC5

Tints of Tea Green #DCFAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.48%

 BLUE value IS 197 (77.34% from 255) = 29.54%

R = 32.98%
G = 37.48%
B = 29.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#DCFAC5 (or 0xDCFAC5) is known color: Tea Green. HEX triplet: DC, FA and C5. RGB value is (220,250,197). Sum of RGB (Red+Green+Blue) = 220+250+197=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC5 is #23053A. Grayscale: #EBEBEB. Windows color (decimal): -2295099 or 12974812. OLE color: 12974812.

HSL color Cylindrical-coordinate representation of color #DCFAC5: hue angle of 93.96º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCFAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 197 -
CMYK 0.12 0 0.21 0.02
HSL 93.96º 0.84% 0.88% -
HSV(B) 93.96º 0.21% 0.98% -
XYZ 73.78 87.62 65.85 -
YUV 234.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 220 250 197 0.12 0 0.21 0.02 93.96 0.84 0.88
Hex DC FA C5 C 0 15 2 5E 54 58
Octal 334 372 305 14 0 25 2 136 124 130
Binary 11011100 11111010 11000101 1100 0 10101 10 1011110 1010100 1011000

Color Harmonies of #DCFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAC5

Black with #DCFAC5

Text Example


Text Example

White with #DCFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAC5; }

 p { color: rgb(220,250,197); }

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

background-color css

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

 a { background-color: rgb(220,250,197); }

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

border-color css

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

 span { border-color: rgb(220,250,197); }

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