Html Css Color HEX #DCFAC7 Tea Green

📋 copy color: '#DCFAC7'

red 220 ◦ green 250 ◦ blue 199

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

Shades of Tea Green #DCFAC7

Tints of Tea Green #DCFAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.75%

R = 32.88%
G = 37.37%
B = 29.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#DCFAC7 (or 0xDCFAC7) is known color: Tea Green. HEX triplet: DC, FA and C7. RGB value is (220,250,199). Sum of RGB (Red+Green+Blue) = 220+250+199=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAC7 is #230538. Grayscale: #EBEBEB. Windows color (decimal): -2295097 or 13105884. OLE color: 13105884.

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

Color convert

RGB 220 250 199 -
CMYK 0.12 0 0.20 0.02
HSL 95.29º 0.84% 0.88% -
HSV(B) 95.29º 0.2% 0.98% -
XYZ 74.01 87.71 67.06 -
YUV 235.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 220 250 199 0.12 0 0.20 0.02 95.29 0.84 0.88
Hex DC FA C7 C 0 14 2 5F 54 58
Octal 334 372 307 14 0 24 2 137 124 130
Binary 11011100 11111010 11000111 1100 0 10100 10 1011111 1010100 1011000

Color Harmonies of #DCFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAC7

Black with #DCFAC7

Text Example


Text Example

White with #DCFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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