#60ABB0

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

Shades of Fountain Blue #60ABB0

Tints of Fountain Blue #60ABB0

Color information

#60ABB0 (or 0x60ABB0) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and B0. RGB value is (96,171,176). Sum of RGB (Red+Green+Blue) = 96+171+176=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 176 - color contains mainly: blue. Hex color #60ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABB0 is #9F544F. Grayscale: #959595. Windows color (decimal): -10441808 or 11578208. OLE color: 11578208.

HSL color Cylindrical-coordinate representation of color #60ABB0: hue angle of 183.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60ABB0 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96171176-
CMYK0.450.0300.31
HSL183.75º33.61%53.33%-
HSV(B)183.75º45.45%69.02%-
XYZ27.2234.7546.35-
YUV149.14143.1590.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.67%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=21.67%
G=38.60%
B=39.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961711760.450.0300.31183.7533.6153.33
Hex60ABB02D301Fb82235
Octal1402532605530372704265
Binary110000010101011101100001011011101111110111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,171,176); }

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

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

 a { background-color: rgb(96,171,176); }

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

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

 span { border-color: rgb(96,171,176); }

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