Html Css Color HEX #5AACAA Fountain Blue

📋 copy color: '#5AACAA'

red 90 ◦ green 172 ◦ blue 170

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

Shades of Fountain Blue #5AACAA

Tints of Fountain Blue #5AACAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 20.83%
G = 39.81%
B = 39.35%

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

#5AACAA (or 0x5AACAA) is known color: Fountain Blue. HEX triplet: 5A, AC and AA. RGB value is (90,172,170). Sum of RGB (Red+Green+Blue) = 90+172+170=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #5AACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAA is #A55355. Grayscale: #939393. Windows color (decimal): -10834774 or 11185242. OLE color: 11185242.

HSL color Cylindrical-coordinate representation of color #5AACAA: hue angle of 178.54º 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 #5AACAA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 170 -
CMYK 0.48 0 0.01 0.33
HSL 178.54º 0.33% 0.51% -
HSV(B) 178.54º 0.48% 0.67% -
XYZ 26.22 34.58 43.32 -
YUV 147.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 90 172 170 0.48 0 0.01 0.33 178.54 0.33 0.51
Hex 5A AC AA 30 0 1 21 B3 21 33
Octal 132 254 252 60 0 1 41 263 41 63
Binary 1011010 10101100 10101010 110000 0 1 100001 10110011 100001 110011

Color Harmonies of #5AACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACAA

Black with #5AACAA

Text Example


Text Example

White with #5AACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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