Shades of Viking #60C0CE
Tints of Viking #60C0CE
RGB
CMYK
RGB Variations
Color information
#60C0CE (or 0x60C0CE) is known color: Viking. HEX triplet: 60, C0 and CE. RGB value is (96,192,206). Sum of RGB (Red+Green+Blue) = 96+192+206=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #60C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0CE is #9F3F31. Grayscale: #A4A4A4. Windows color (decimal): -10436402 or 13549664. OLE color: 13549664.
HSL color Cylindrical-coordinate representation of color #60C0CE: hue angle of 187.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C0CE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 192 | 206 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.19 |
| HSL | 187.64º | 0.53% | 0.59% | - |
| HSV(B) | 187.64º | 0.53% | 0.81% | - |
| XYZ | 34.81 | 44.64 | 65.17 | - |
| YUV | 164.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 206 | 0.53 | 0.07 | 0 | 0.19 | 187.64 | 0.53 | 0.59 |
| Hex | 60 | C0 | CE | 35 | 7 | 0 | 13 | BC | 35 | 3B |
| Octal | 140 | 300 | 316 | 65 | 7 | 0 | 23 | 274 | 65 | 73 |
| Binary | 1100000 | 11000000 | 11001110 | 110101 | 111 | 0 | 10011 | 10111100 | 110101 | 111011 |
Color Harmonies of #60C0CE
Complementary color
Monochromatic Colors of #60C0CE
Black with #60C0CE
Text Example
Text Example
White with #60C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0CE; }
p { color: rgb(96,192,206); }
H1.HeaderClassName
{
color: #60C0CE;
}
.AnyTagClassName
{
color: #60C0CE;
}
</style>
background-color css
<style>
a { background-color: #60C0CE; }
a { background-color: rgb(96,192,206); }
div.DivClassName
{
background-color: #60C0CE;
}
.BgClassName
{
background-color: #60C0CE;
}
</style>
border-color css
<style>
span { border-color: #60C0CE; }
span { border-color: rgb(96,192,206); }
td.TdClassName
{
border-color: #60C0CE;
}
.TagClassName
{
border-color: #60C0CE;
}
</style>