Html Css Color HEX #5AADAC Fountain Blue

📋 copy color: '#5AADAC'

red 90 ◦ green 173 ◦ blue 172

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

Shades of Fountain Blue #5AADAC

Tints of Fountain Blue #5AADAC

RGB

 RED value IS 90 (35.55% from 255) = 20.69%

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

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

R = 20.69%
G = 39.77%
B = 39.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5AADAC (or 0x5AADAC) is known color: Fountain Blue. HEX triplet: 5A, AD and AC. RGB value is (90,173,172). Sum of RGB (Red+Green+Blue) = 90+173+172=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADAC is #A55253. Grayscale: #939393. Windows color (decimal): -10834516 or 11316570. OLE color: 11316570.

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

Color convert

RGB 90 173 172 -
CMYK 0.48 0 0.01 0.32
HSL 179.28º 0.34% 0.52% -
HSV(B) 179.28º 0.48% 0.68% -
XYZ 26.61 35.04 44.39 -
YUV 148.07 141.5 86.58 -
System Red Green Blue C M Y K H S L
Decimal 90 173 172 0.48 0 0.01 0.32 179.28 0.34 0.52
Hex 5A AD AC 30 0 1 20 B3 22 34
Octal 132 255 254 60 0 1 40 263 42 64
Binary 1011010 10101101 10101100 110000 0 1 100000 10110011 100010 110100

Color Harmonies of #5AADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AADAC

Black with #5AADAC

Text Example


Text Example

White with #5AADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AADAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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