Shades of Viking #59C3CC
Tints of Viking #59C3CC
RGB
CMYK
RGB Variations
Color information
#59C3CC (or 0x59C3CC) is known color: Viking. HEX triplet: 59, C3 and CC. RGB value is (89,195,204). Sum of RGB (Red+Green+Blue) = 89+195+204=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #59C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C3CC is #A63C33. Grayscale: #A4A4A4. Windows color (decimal): -10894388 or 13419353. OLE color: 13419353.
HSL color Cylindrical-coordinate representation of color #59C3CC: hue angle of 184.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C3CC is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 195 | 204 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.2 |
| HSL | 184.7º | 0.53% | 0.57% | - |
| HSV(B) | 184.7º | 0.56% | 0.8% | - |
| XYZ | 34.53 | 45.51 | 64.09 | - |
| YUV | 164.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 204 | 0.56 | 0.04 | 0 | 0.2 | 184.7 | 0.53 | 0.57 |
| Hex | 59 | C3 | CC | 38 | 4 | 0 | 14 | B9 | 35 | 39 |
| Octal | 131 | 303 | 314 | 70 | 4 | 0 | 24 | 271 | 65 | 71 |
| Binary | 1011001 | 11000011 | 11001100 | 111000 | 100 | 0 | 10100 | 10111001 | 110101 | 111001 |
Color Harmonies of #59C3CC
Complementary color
Monochromatic Colors of #59C3CC
Black with #59C3CC
Text Example
Text Example
White with #59C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C3CC; }
p { color: rgb(89,195,204); }
H1.HeaderClassName
{
color: #59C3CC;
}
.AnyTagClassName
{
color: #59C3CC;
}
</style>
background-color css
<style>
a { background-color: #59C3CC; }
a { background-color: rgb(89,195,204); }
div.DivClassName
{
background-color: #59C3CC;
}
.BgClassName
{
background-color: #59C3CC;
}
</style>
border-color css
<style>
span { border-color: #59C3CC; }
span { border-color: rgb(89,195,204); }
td.TdClassName
{
border-color: #59C3CC;
}
.TagClassName
{
border-color: #59C3CC;
}
</style>