Html Css Color HEX #49ADAC Fountain Blue

📋 copy color: '#49ADAC'

red 73 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #49ADAC

Tints of Fountain Blue #49ADAC

RGB

 RED value IS 73 (28.91% from 255) = 17.46%

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 17.46%
G = 41.39%
B = 41.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#49ADAC (or 0x49ADAC) is known color: Fountain Blue. HEX triplet: 49, AD and AC. RGB value is (73,173,172). Sum of RGB (Red+Green+Blue) = 73+173+172=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #49ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADAC is #B65253. Grayscale: #8E8E8E. Windows color (decimal): -11948628 or 11316553. OLE color: 11316553.

HSL color Cylindrical-coordinate representation of color #49ADAC: hue angle of 179.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ADAC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 172 -
CMYK 0.58 0 0.01 0.32
HSL 179.4º 0.41% 0.48% -
HSV(B) 179.4º 0.58% 0.68% -
XYZ 25.14 34.28 44.32 -
YUV 142.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 73 173 172 0.58 0 0.01 0.32 179.4 0.41 0.48
Hex 49 AD AC 3A 0 1 20 B3 29 30
Octal 111 255 254 72 0 1 40 263 51 60
Binary 1001001 10101101 10101100 111010 0 1 100000 10110011 101001 110000

Color Harmonies of #49ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADAC

Black with #49ADAC

Text Example


Text Example

White with #49ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49ADAC; }

 p { color: rgb(73,173,172); }

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

background-color css

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

 a { background-color: rgb(73,173,172); }

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

border-color css

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

 span { border-color: rgb(73,173,172); }

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