Html Css Color HEX #60ACB9 Fountain Blue

📋 copy color: '#60ACB9'

red 96 ◦ green 172 ◦ blue 185

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

Shades of Fountain Blue #60ACB9

Tints of Fountain Blue #60ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

 BLUE value IS 185 (72.66% from 255) = 40.84%

R = 21.19%
G = 37.97%
B = 40.84%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60ACB9 (or 0x60ACB9) is known color: Fountain Blue. HEX triplet: 60, AC and B9. RGB value is (96,172,185). Sum of RGB (Red+Green+Blue) = 96+172+185=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #60ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACB9 is #9F5346. Grayscale: #969696. Windows color (decimal): -10441543 or 12168288. OLE color: 12168288.

HSL color Cylindrical-coordinate representation of color #60ACB9: hue angle of 188.76º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60ACB9 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 172 185 -
CMYK 0.48 0.07 0 0.27
HSL 188.76º 0.39% 0.55% -
HSV(B) 188.76º 0.48% 0.73% -
XYZ 28.33 35.49 51.26 -
YUV 150.76 147.32 88.94 -
System Red Green Blue C M Y K H S L
Decimal 96 172 185 0.48 0.07 0 0.27 188.76 0.39 0.55
Hex 60 AC B9 30 7 0 1B BD 27 37
Octal 140 254 271 60 7 0 33 275 47 67
Binary 1100000 10101100 10111001 110000 111 0 11011 10111101 100111 110111

Color Harmonies of #60ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACB9

Black with #60ACB9

Text Example


Text Example

White with #60ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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