Shades of Viking #60C0C5
Tints of Viking #60C0C5
RGB
CMYK
RGB Variations
Color information
#60C0C5 (or 0x60C0C5) is known color: Viking. HEX triplet: 60, C0 and C5. RGB value is (96,192,197). Sum of RGB (Red+Green+Blue) = 96+192+197=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #60C0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0C5 is #9F3F3A. Grayscale: #A3A3A3. Windows color (decimal): -10436411 or 12959840. OLE color: 12959840.
HSL color Cylindrical-coordinate representation of color #60C0C5: hue angle of 182.97º 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 #60C0C5 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 192 | 197 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.23 |
| HSL | 182.97º | 0.47% | 0.57% | - |
| HSV(B) | 182.97º | 0.51% | 0.77% | - |
| XYZ | 33.75 | 44.22 | 59.58 | - |
| YUV | 163.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 197 | 0.51 | 0.03 | 0 | 0.23 | 182.97 | 0.47 | 0.57 |
| Hex | 60 | C0 | C5 | 33 | 3 | 0 | 17 | B7 | 2F | 39 |
| Octal | 140 | 300 | 305 | 63 | 3 | 0 | 27 | 267 | 57 | 71 |
| Binary | 1100000 | 11000000 | 11000101 | 110011 | 11 | 0 | 10111 | 10110111 | 101111 | 111001 |
Color Harmonies of #60C0C5
Complementary color
Monochromatic Colors of #60C0C5
Black with #60C0C5
Text Example
Text Example
White with #60C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0C5; }
p { color: rgb(96,192,197); }
H1.HeaderClassName
{
color: #60C0C5;
}
.AnyTagClassName
{
color: #60C0C5;
}
</style>
background-color css
<style>
a { background-color: #60C0C5; }
a { background-color: rgb(96,192,197); }
div.DivClassName
{
background-color: #60C0C5;
}
.BgClassName
{
background-color: #60C0C5;
}
</style>
border-color css
<style>
span { border-color: #60C0C5; }
span { border-color: rgb(96,192,197); }
td.TdClassName
{
border-color: #60C0C5;
}
.TagClassName
{
border-color: #60C0C5;
}
</style>