Shades of Viking #60C2CB
Tints of Viking #60C2CB
RGB
CMYK
RGB Variations
Color information
#60C2CB (or 0x60C2CB) is known color: Viking. HEX triplet: 60, C2 and CB. RGB value is (96,194,203). Sum of RGB (Red+Green+Blue) = 96+194+203=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #60C2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C2CB is #9F3D34. Grayscale: #A5A5A5. Windows color (decimal): -10435893 or 13353568. OLE color: 13353568.
HSL color Cylindrical-coordinate representation of color #60C2CB: hue angle of 185.05º 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 #60C2CB is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 194 | 203 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.20 |
| HSL | 185.05º | 0.51% | 0.59% | - |
| HSV(B) | 185.05º | 0.53% | 0.8% | - |
| XYZ | 34.9 | 45.38 | 63.42 | - |
| YUV | 165.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 203 | 0.53 | 0.04 | 0 | 0.20 | 185.05 | 0.51 | 0.59 |
| Hex | 60 | C2 | CB | 35 | 4 | 0 | 14 | B9 | 33 | 3B |
| Octal | 140 | 302 | 313 | 65 | 4 | 0 | 24 | 271 | 63 | 73 |
| Binary | 1100000 | 11000010 | 11001011 | 110101 | 100 | 0 | 10100 | 10111001 | 110011 | 111011 |
Color Harmonies of #60C2CB
Complementary color
Monochromatic Colors of #60C2CB
Black with #60C2CB
Text Example
Text Example
White with #60C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2CB; }
p { color: rgb(96,194,203); }
H1.HeaderClassName
{
color: #60C2CB;
}
.AnyTagClassName
{
color: #60C2CB;
}
</style>
background-color css
<style>
a { background-color: #60C2CB; }
a { background-color: rgb(96,194,203); }
div.DivClassName
{
background-color: #60C2CB;
}
.BgClassName
{
background-color: #60C2CB;
}
</style>
border-color css
<style>
span { border-color: #60C2CB; }
span { border-color: rgb(96,194,203); }
td.TdClassName
{
border-color: #60C2CB;
}
.TagClassName
{
border-color: #60C2CB;
}
</style>