Shades of Viking #60C0CC
Tints of Viking #60C0CC
RGB
CMYK
RGB Variations
Color information
#60C0CC (or 0x60C0CC) is known color: Viking. HEX triplet: 60, C0 and CC. RGB value is (96,192,204). Sum of RGB (Red+Green+Blue) = 96+192+204=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0CC is #9F3F33. Grayscale: #A4A4A4. Windows color (decimal): -10436404 or 13418592. OLE color: 13418592.
HSL color Cylindrical-coordinate representation of color #60C0CC: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C0CC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 192 | 204 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.2 |
| HSL | 186.67º | 0.51% | 0.59% | - |
| HSV(B) | 186.67º | 0.53% | 0.8% | - |
| XYZ | 34.57 | 44.55 | 63.9 | - |
| YUV | 164.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 204 | 0.53 | 0.06 | 0 | 0.2 | 186.67 | 0.51 | 0.59 |
| Hex | 60 | C0 | CC | 35 | 6 | 0 | 14 | BB | 33 | 3B |
| Octal | 140 | 300 | 314 | 65 | 6 | 0 | 24 | 273 | 63 | 73 |
| Binary | 1100000 | 11000000 | 11001100 | 110101 | 110 | 0 | 10100 | 10111011 | 110011 | 111011 |
Color Harmonies of #60C0CC
Complementary color
Monochromatic Colors of #60C0CC
Black with #60C0CC
Text Example
Text Example
White with #60C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0CC; }
p { color: rgb(96,192,204); }
H1.HeaderClassName
{
color: #60C0CC;
}
.AnyTagClassName
{
color: #60C0CC;
}
</style>
background-color css
<style>
a { background-color: #60C0CC; }
a { background-color: rgb(96,192,204); }
div.DivClassName
{
background-color: #60C0CC;
}
.BgClassName
{
background-color: #60C0CC;
}
</style>
border-color css
<style>
span { border-color: #60C0CC; }
span { border-color: rgb(96,192,204); }
td.TdClassName
{
border-color: #60C0CC;
}
.TagClassName
{
border-color: #60C0CC;
}
</style>