Shades of Viking #60ACC5
Tints of Viking #60ACC5
RGB
CMYK
RGB Variations
Color information
#60ACC5 (or 0x60ACC5) is known color: Viking. HEX triplet: 60, AC and C5. RGB value is (96,172,197). Sum of RGB (Red+Green+Blue) = 96+172+197=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #60ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACC5 is #9F533A. Grayscale: #979797. Windows color (decimal): -10441531 or 12954720. OLE color: 12954720.
HSL color Cylindrical-coordinate representation of color #60ACC5: hue angle of 194.85º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60ACC5 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 172 | 197 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.23 |
| HSL | 194.85º | 0.47% | 0.57% | - |
| HSV(B) | 194.85º | 0.51% | 0.77% | - |
| XYZ | 29.65 | 36.02 | 58.21 | - |
| YUV | 152.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 197 | 0.51 | 0.13 | 0 | 0.23 | 194.85 | 0.47 | 0.57 |
| Hex | 60 | AC | C5 | 33 | D | 0 | 17 | C3 | 2F | 39 |
| Octal | 140 | 254 | 305 | 63 | 15 | 0 | 27 | 303 | 57 | 71 |
| Binary | 1100000 | 10101100 | 11000101 | 110011 | 1101 | 0 | 10111 | 11000011 | 101111 | 111001 |
Color Harmonies of #60ACC5
Complementary color
Monochromatic Colors of #60ACC5
Black with #60ACC5
Text Example
Text Example
White with #60ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACC5; }
p { color: rgb(96,172,197); }
H1.HeaderClassName
{
color: #60ACC5;
}
.AnyTagClassName
{
color: #60ACC5;
}
</style>
background-color css
<style>
a { background-color: #60ACC5; }
a { background-color: rgb(96,172,197); }
div.DivClassName
{
background-color: #60ACC5;
}
.BgClassName
{
background-color: #60ACC5;
}
</style>
border-color css
<style>
span { border-color: #60ACC5; }
span { border-color: rgb(96,172,197); }
td.TdClassName
{
border-color: #60ACC5;
}
.TagClassName
{
border-color: #60ACC5;
}
</style>