Html Css Color HEX #60A6AC Fountain Blue

📋 copy color: '#60A6AC'

red 96 ◦ green 166 ◦ blue 172

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

Shades of Fountain Blue #60A6AC

Tints of Fountain Blue #60A6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 22.12%
G = 38.25%
B = 39.63%

CMYK

 C value IS 0.44

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#60A6AC (or 0x60A6AC) is known color: Fountain Blue. HEX triplet: 60, A6 and AC. RGB value is (96,166,172). Sum of RGB (Red+Green+Blue) = 96+166+172=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #60A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A6AC is #9F5953. Grayscale: #919191. Windows color (decimal): -10443092 or 11314784. OLE color: 11314784.

HSL color Cylindrical-coordinate representation of color #60A6AC: hue angle of 184.74º 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 #60A6AC is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 166 172 -
CMYK 0.44 0.03 0 0.33
HSL 184.74º 0.31% 0.53% -
HSV(B) 184.74º 0.44% 0.67% -
XYZ 25.91 32.74 43.98 -
YUV 145.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 96 166 172 0.44 0.03 0 0.33 184.74 0.31 0.53
Hex 60 A6 AC 2C 3 0 21 B9 1F 35
Octal 140 246 254 54 3 0 41 271 37 65
Binary 1100000 10100110 10101100 101100 11 0 100001 10111001 11111 110101

Color Harmonies of #60A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A6AC

Black with #60A6AC

Text Example


Text Example

White with #60A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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