Html Css Color HEX #DCFAB9 Tea Green

📋 copy color: '#DCFAB9'

red 220 ◦ green 250 ◦ blue 185

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

Shades of Tea Green #DCFAB9

Tints of Tea Green #DCFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.24%

R = 33.59%
G = 38.17%
B = 28.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB9 (or 0xDCFAB9) is known color: Tea Green. HEX triplet: DC, FA and B9. RGB value is (220,250,185). Sum of RGB (Red+Green+Blue) = 220+250+185=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAB9 is #230546. Grayscale: #E9E9E9. Windows color (decimal): -2295111 or 12188380. OLE color: 12188380.

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

Color convert

RGB 220 250 185 -
CMYK 0.12 0 0.26 0.02
HSL 87.69º 0.87% 0.85% -
HSV(B) 87.69º 0.26% 0.98% -
XYZ 72.46 87.09 58.89 -
YUV 233.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 220 250 185 0.12 0 0.26 0.02 87.69 0.87 0.85
Hex DC FA B9 C 0 1A 2 58 57 55
Octal 334 372 271 14 0 32 2 130 127 125
Binary 11011100 11111010 10111001 1100 0 11010 10 1011000 1010111 1010101

Color Harmonies of #DCFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB9

Black with #DCFAB9

Text Example


Text Example

White with #DCFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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