Html Css Color HEX #60ABAC Fountain Blue

📋 copy color: '#60ABAC'

red 96 ◦ green 171 ◦ blue 172

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

Shades of Fountain Blue #60ABAC

Tints of Fountain Blue #60ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 21.87%
G = 38.95%
B = 39.18%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#60ABAC (or 0x60ABAC) is known color: Fountain Blue. HEX triplet: 60, AB and AC. RGB value is (96,171,172). Sum of RGB (Red+Green+Blue) = 96+171+172=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #60ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABAC is #9F5453. Grayscale: #949494. Windows color (decimal): -10441812 or 11316064. OLE color: 11316064.

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

Color convert

RGB 96 171 172 -
CMYK 0.44 0.01 0 0.33
HSL 180.79º 0.31% 0.53% -
HSV(B) 180.79º 0.44% 0.67% -
XYZ 26.83 34.59 44.29 -
YUV 148.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 96 171 172 0.44 0.01 0 0.33 180.79 0.31 0.53
Hex 60 AB AC 2C 1 0 21 B5 1F 35
Octal 140 253 254 54 1 0 41 265 37 65
Binary 1100000 10101011 10101100 101100 1 0 100001 10110101 11111 110101

Color Harmonies of #60ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABAC

Black with #60ABAC

Text Example


Text Example

White with #60ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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