Html Css Color HEX #60A5AC Fountain Blue

📋 copy color: '#60A5AC'

red 96 ◦ green 165 ◦ blue 172

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

Shades of Fountain Blue #60A5AC

Tints of Fountain Blue #60A5AC

RGB

 RED value IS 96 (37.89% from 255) = 22.17%

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 22.17%
G = 38.11%
B = 39.72%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#60A5AC (or 0x60A5AC) is known color: Fountain Blue. HEX triplet: 60, A5 and AC. RGB value is (96,165,172). Sum of RGB (Red+Green+Blue) = 96+165+172=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #60A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A5AC is #9F5A53. Grayscale: #919191. Windows color (decimal): -10443348 or 11314528. OLE color: 11314528.

HSL color Cylindrical-coordinate representation of color #60A5AC: hue angle of 185.53º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60A5AC is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 165 172 -
CMYK 0.44 0.04 0 0.33
HSL 185.53º 0.31% 0.53% -
HSV(B) 185.53º 0.44% 0.67% -
XYZ 25.73 32.38 43.92 -
YUV 145.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 96 165 172 0.44 0.04 0 0.33 185.53 0.31 0.53
Hex 60 A5 AC 2C 4 0 21 BA 1F 35
Octal 140 245 254 54 4 0 41 272 37 65
Binary 1100000 10100101 10101100 101100 100 0 100001 10111010 11111 110101

Color Harmonies of #60A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A5AC

Black with #60A5AC

Text Example


Text Example

White with #60A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,172); }

 H1.HeaderClassName
 {
   color: #60A5AC;
 }
 .AnyTagClassName
 {
   color: #60A5AC;
 }
</style>

background-color css

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

 a { background-color: rgb(96,165,172); }

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

border-color css

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

 span { border-color: rgb(96,165,172); }

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