Shades of Viking #58C0BF
Tints of Viking #58C0BF
RGB
CMYK
RGB Variations
Color information
#58C0BF (or 0x58C0BF) is known color: Viking. HEX triplet: 58, C0 and BF. RGB value is (88,192,191). Sum of RGB (Red+Green+Blue) = 88+192+191=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0BF is #A73F40. Grayscale: #A0A0A0. Windows color (decimal): -10960705 or 12566616. OLE color: 12566616.
HSL color Cylindrical-coordinate representation of color #58C0BF: hue angle of 179.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C0BF is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 191 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.25 |
| HSL | 179.42º | 0.45% | 0.55% | - |
| HSV(B) | 179.42º | 0.54% | 0.75% | - |
| XYZ | 32.28 | 43.54 | 55.99 | - |
| YUV | 160.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 191 | 0.54 | 0 | 0.01 | 0.25 | 179.42 | 0.45 | 0.55 |
| Hex | 58 | C0 | BF | 36 | 0 | 1 | 19 | B3 | 2D | 37 |
| Octal | 130 | 300 | 277 | 66 | 0 | 1 | 31 | 263 | 55 | 67 |
| Binary | 1011000 | 11000000 | 10111111 | 110110 | 0 | 1 | 11001 | 10110011 | 101101 | 110111 |
Color Harmonies of #58C0BF
Complementary color
Monochromatic Colors of #58C0BF
Black with #58C0BF
Text Example
Text Example
White with #58C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0BF; }
p { color: rgb(88,192,191); }
H1.HeaderClassName
{
color: #58C0BF;
}
.AnyTagClassName
{
color: #58C0BF;
}
</style>
background-color css
<style>
a { background-color: #58C0BF; }
a { background-color: rgb(88,192,191); }
div.DivClassName
{
background-color: #58C0BF;
}
.BgClassName
{
background-color: #58C0BF;
}
</style>
border-color css
<style>
span { border-color: #58C0BF; }
span { border-color: rgb(88,192,191); }
td.TdClassName
{
border-color: #58C0BF;
}
.TagClassName
{
border-color: #58C0BF;
}
</style>