Shades of Viking #59C0C4
Tints of Viking #59C0C4
RGB
CMYK
RGB Variations
Color information
#59C0C4 (or 0x59C0C4) is known color: Viking. HEX triplet: 59, C0 and C4. RGB value is (89,192,196). Sum of RGB (Red+Green+Blue) = 89+192+196=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #59C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0C4 is #A63F3B. Grayscale: #A1A1A1. Windows color (decimal): -10895164 or 12894297. OLE color: 12894297.
HSL color Cylindrical-coordinate representation of color #59C0C4: hue angle of 182.24º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C0C4 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 192 | 196 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.23 |
| HSL | 182.24º | 0.48% | 0.56% | - |
| HSV(B) | 182.24º | 0.55% | 0.77% | - |
| XYZ | 32.93 | 43.81 | 58.94 | - |
| YUV | 161.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 196 | 0.55 | 0.02 | 0 | 0.23 | 182.24 | 0.48 | 0.56 |
| Hex | 59 | C0 | C4 | 37 | 2 | 0 | 17 | B6 | 30 | 38 |
| Octal | 131 | 300 | 304 | 67 | 2 | 0 | 27 | 266 | 60 | 70 |
| Binary | 1011001 | 11000000 | 11000100 | 110111 | 10 | 0 | 10111 | 10110110 | 110000 | 111000 |
Color Harmonies of #59C0C4
Complementary color
Monochromatic Colors of #59C0C4
Black with #59C0C4
Text Example
Text Example
White with #59C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C0C4; }
p { color: rgb(89,192,196); }
H1.HeaderClassName
{
color: #59C0C4;
}
.AnyTagClassName
{
color: #59C0C4;
}
</style>
background-color css
<style>
a { background-color: #59C0C4; }
a { background-color: rgb(89,192,196); }
div.DivClassName
{
background-color: #59C0C4;
}
.BgClassName
{
background-color: #59C0C4;
}
</style>
border-color css
<style>
span { border-color: #59C0C4; }
span { border-color: rgb(89,192,196); }
td.TdClassName
{
border-color: #59C0C4;
}
.TagClassName
{
border-color: #59C0C4;
}
</style>