Shades of Viking #60B5C3
Tints of Viking #60B5C3
RGB
CMYK
RGB Variations
Color information
#60B5C3 (or 0x60B5C3) is known color: Viking. HEX triplet: 60, B5 and C3. RGB value is (96,181,195). Sum of RGB (Red+Green+Blue) = 96+181+195=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #60B5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5C3 is #9F4A3C. Grayscale: #9D9D9D. Windows color (decimal): -10439229 or 12825952. OLE color: 12825952.
HSL color Cylindrical-coordinate representation of color #60B5C3: hue angle of 188.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B5C3 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 181 | 195 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.24 |
| HSL | 188.48º | 0.45% | 0.57% | - |
| HSV(B) | 188.48º | 0.51% | 0.76% | - |
| XYZ | 31.2 | 39.47 | 57.6 | - |
| YUV | 157.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 195 | 0.51 | 0.07 | 0 | 0.24 | 188.48 | 0.45 | 0.57 |
| Hex | 60 | B5 | C3 | 33 | 7 | 0 | 18 | BC | 2D | 39 |
| Octal | 140 | 265 | 303 | 63 | 7 | 0 | 30 | 274 | 55 | 71 |
| Binary | 1100000 | 10110101 | 11000011 | 110011 | 111 | 0 | 11000 | 10111100 | 101101 | 111001 |
Color Harmonies of #60B5C3
Complementary color
Monochromatic Colors of #60B5C3
Black with #60B5C3
Text Example
Text Example
White with #60B5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5C3; }
p { color: rgb(96,181,195); }
H1.HeaderClassName
{
color: #60B5C3;
}
.AnyTagClassName
{
color: #60B5C3;
}
</style>
background-color css
<style>
a { background-color: #60B5C3; }
a { background-color: rgb(96,181,195); }
div.DivClassName
{
background-color: #60B5C3;
}
.BgClassName
{
background-color: #60B5C3;
}
</style>
border-color css
<style>
span { border-color: #60B5C3; }
span { border-color: rgb(96,181,195); }
td.TdClassName
{
border-color: #60B5C3;
}
.TagClassName
{
border-color: #60B5C3;
}
</style>