Shades of Viking #60C2CF
Tints of Viking #60C2CF
RGB
CMYK
RGB Variations
Color information
#60C2CF (or 0x60C2CF) is known color: Viking. HEX triplet: 60, C2 and CF. RGB value is (96,194,207). Sum of RGB (Red+Green+Blue) = 96+194+207=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #60C2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2CF is #9F3D30. Grayscale: #A6A6A6. Windows color (decimal): -10435889 or 13615712. OLE color: 13615712.
HSL color Cylindrical-coordinate representation of color #60C2CF: hue angle of 187.03º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C2CF is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 194 | 207 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.19 |
| HSL | 187.03º | 0.54% | 0.59% | - |
| HSV(B) | 187.03º | 0.54% | 0.81% | - |
| XYZ | 35.38 | 45.58 | 65.96 | - |
| YUV | 166.18 | 151.03 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 207 | 0.54 | 0.06 | 0 | 0.19 | 187.03 | 0.54 | 0.59 |
| Hex | 60 | C2 | CF | 36 | 6 | 0 | 13 | BB | 36 | 3B |
| Octal | 140 | 302 | 317 | 66 | 6 | 0 | 23 | 273 | 66 | 73 |
| Binary | 1100000 | 11000010 | 11001111 | 110110 | 110 | 0 | 10011 | 10111011 | 110110 | 111011 |
Color Harmonies of #60C2CF
Complementary color
Monochromatic Colors of #60C2CF
Black with #60C2CF
Text Example
Text Example
White with #60C2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2CF; }
p { color: rgb(96,194,207); }
H1.HeaderClassName
{
color: #60C2CF;
}
.AnyTagClassName
{
color: #60C2CF;
}
</style>
background-color css
<style>
a { background-color: #60C2CF; }
a { background-color: rgb(96,194,207); }
div.DivClassName
{
background-color: #60C2CF;
}
.BgClassName
{
background-color: #60C2CF;
}
</style>
border-color css
<style>
span { border-color: #60C2CF; }
span { border-color: rgb(96,194,207); }
td.TdClassName
{
border-color: #60C2CF;
}
.TagClassName
{
border-color: #60C2CF;
}
</style>