Html Css Color HEX #56ADAC Fountain Blue

📋 copy color: '#56ADAC'

red 86 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #56ADAC

Tints of Fountain Blue #56ADAC

RGB

 RED value IS 86 (33.98% from 255) = 19.95%

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

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

R = 19.95%
G = 40.14%
B = 39.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#56ADAC (or 0x56ADAC) is known color: Fountain Blue. HEX triplet: 56, AD and AC. RGB value is (86,173,172). Sum of RGB (Red+Green+Blue) = 86+173+172=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #56ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ADAC is #A95253. Grayscale: #929292. Windows color (decimal): -11096660 or 11316566. OLE color: 11316566.

HSL color Cylindrical-coordinate representation of color #56ADAC: hue angle of 179.31º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ADAC is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 173 172 -
CMYK 0.50 0 0.01 0.32
HSL 179.31º 0.35% 0.51% -
HSV(B) 179.31º 0.5% 0.68% -
XYZ 26.23 34.84 44.37 -
YUV 146.87 142.18 84.58 -
System Red Green Blue C M Y K H S L
Decimal 86 173 172 0.50 0 0.01 0.32 179.31 0.35 0.51
Hex 56 AD AC 32 0 1 20 B3 23 33
Octal 126 255 254 62 0 1 40 263 43 63
Binary 1010110 10101101 10101100 110010 0 1 100000 10110011 100011 110011

Color Harmonies of #56ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56ADAC

Black with #56ADAC

Text Example


Text Example

White with #56ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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