Shades of Viking #59C2C7
Tints of Viking #59C2C7
RGB
CMYK
RGB Variations
Color information
#59C2C7 (or 0x59C2C7) is known color: Viking. HEX triplet: 59, C2 and C7. RGB value is (89,194,199). Sum of RGB (Red+Green+Blue) = 89+194+199=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #59C2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2C7 is #A63D38. Grayscale: #A3A3A3. Windows color (decimal): -10894649 or 13091417. OLE color: 13091417.
HSL color Cylindrical-coordinate representation of color #59C2C7: hue angle of 182.73º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C2C7 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 194 | 199 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.22 |
| HSL | 182.73º | 0.5% | 0.56% | - |
| HSV(B) | 182.73º | 0.55% | 0.78% | - |
| XYZ | 33.72 | 44.83 | 60.91 | - |
| YUV | 163.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 199 | 0.55 | 0.03 | 0 | 0.22 | 182.73 | 0.5 | 0.56 |
| Hex | 59 | C2 | C7 | 37 | 3 | 0 | 16 | B7 | 32 | 38 |
| Octal | 131 | 302 | 307 | 67 | 3 | 0 | 26 | 267 | 62 | 70 |
| Binary | 1011001 | 11000010 | 11000111 | 110111 | 11 | 0 | 10110 | 10110111 | 110010 | 111000 |
Color Harmonies of #59C2C7
Complementary color
Monochromatic Colors of #59C2C7
Black with #59C2C7
Text Example
Text Example
White with #59C2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2C7; }
p { color: rgb(89,194,199); }
H1.HeaderClassName
{
color: #59C2C7;
}
.AnyTagClassName
{
color: #59C2C7;
}
</style>
background-color css
<style>
a { background-color: #59C2C7; }
a { background-color: rgb(89,194,199); }
div.DivClassName
{
background-color: #59C2C7;
}
.BgClassName
{
background-color: #59C2C7;
}
</style>
border-color css
<style>
span { border-color: #59C2C7; }
span { border-color: rgb(89,194,199); }
td.TdClassName
{
border-color: #59C2C7;
}
.TagClassName
{
border-color: #59C2C7;
}
</style>