Html Css Color HEX #5AACAB Fountain Blue

📋 copy color: '#5AACAB'

red 90 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #5AACAB

Tints of Fountain Blue #5AACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 20.79%
G = 39.72%
B = 39.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#5AACAB (or 0x5AACAB) is known color: Fountain Blue. HEX triplet: 5A, AC and AB. RGB value is (90,172,171). Sum of RGB (Red+Green+Blue) = 90+172+171=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #5AACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAB is #A55354. Grayscale: #939393. Windows color (decimal): -10834773 or 11250778. OLE color: 11250778.

HSL color Cylindrical-coordinate representation of color #5AACAB: hue angle of 179.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AACAB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 171 -
CMYK 0.48 0 0.01 0.33
HSL 179.27º 0.33% 0.51% -
HSV(B) 179.27º 0.48% 0.67% -
XYZ 26.32 34.62 43.82 -
YUV 147.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 90 172 171 0.48 0 0.01 0.33 179.27 0.33 0.51
Hex 5A AC AB 30 0 1 21 B3 21 33
Octal 132 254 253 60 0 1 41 263 41 63
Binary 1011010 10101100 10101011 110000 0 1 100001 10110011 100001 110011

Color Harmonies of #5AACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACAB

Black with #5AACAB

Text Example


Text Example

White with #5AACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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