#60AABA

Color #60AABA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #60AABA

Tints of Fountain Blue #60AABA

Color information

#60AABA (or 0x60AABA) is unknown color: approx Fountain Blue. HEX triplet: 60, AA and BA. RGB value is (96,170,186). Sum of RGB (Red+Green+Blue) = 96+170+186=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #60AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AABA is #9F5545. Grayscale: #959595. Windows color (decimal): -10442054 or 12233312. OLE color: 12233312.

HSL color Cylindrical-coordinate representation of color #60AABA: hue angle of 190.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60AABA is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96170186-
CMYK0.480.0900.27
HSL190.67º39.47%55.29%-
HSV(B)190.67º48.39%72.94%-
XYZ28.0634.7851.69-
YUV149.7148.4889.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 186 (73.05% from 255) = 41.15%
R=21.24%
G=37.61%
B=41.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961701860.480.0900.27190.6739.4755.29
Hex60AABA30901Bbf2737
Octal14025227260110332774767
Binary11000001010101010111010110000100101101110111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AABA; }

 p { color: rgb(96,170,186); }

 H1.HeaderClassName
 {
   color: #60AABA;
 }
 .AnyTagClassName
 {
   color: #60AABA;
 }
</style>
background-color css

<style>
 a { background-color: #60AABA; }

 a { background-color: rgb(96,170,186); }

 div.DivClassName
 {
   background-color: #60AABA;
 }
 .BgClassName
 {
   background-color: #60AABA;
 }
</style>
border-color css

<style>
 span { border-color: #60AABA; }

 span { border-color: rgb(96,170,186); }

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