#60ADB7

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

Shades of Fountain Blue #60ADB7

Tints of Fountain Blue #60ADB7

Color information

#60ADB7 (or 0x60ADB7) is unknown color: approx Fountain Blue. HEX triplet: 60, AD and B7. RGB value is (96,173,183). Sum of RGB (Red+Green+Blue) = 96+173+183=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #60ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADB7 is #9F5248. Grayscale: #979797. Windows color (decimal): -10441289 or 12037472. OLE color: 12037472.

HSL color Cylindrical-coordinate representation of color #60ADB7: hue angle of 186.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60ADB7 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB96173183-
CMYK0.480.0500.28
HSL186.9º37.66%54.71%-
HSV(B)186.9º47.54%71.76%-
XYZ28.3135.7950.22-
YUV151.12145.9988.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.24%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=21.24%
G=38.27%
B=40.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal961731830.480.0500.28186.937.6654.71
Hex60ADB730501Cbb2637
Octal1402552676050342734667
Binary1100000101011011011011111000010101110010111011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,173,183); }

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

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

 a { background-color: rgb(96,173,183); }

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

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

 span { border-color: rgb(96,173,183); }

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