Shades of Viking #52C0CF
Tints of Viking #52C0CF
RGB
CMYK
RGB Variations
Color information
#52C0CF (or 0x52C0CF) is known color: Viking. HEX triplet: 52, C0 and CF. RGB value is (82,192,207). Sum of RGB (Red+Green+Blue) = 82+192+207=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #52C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C0CF is #AD3F30. Grayscale: #A0A0A0. Windows color (decimal): -11353905 or 13615186. OLE color: 13615186.
HSL color Cylindrical-coordinate representation of color #52C0CF: hue angle of 187.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C0CF is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 192 | 207 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.19 |
| HSL | 187.2º | 0.57% | 0.57% | - |
| HSV(B) | 187.2º | 0.6% | 0.81% | - |
| XYZ | 33.59 | 44 | 65.75 | - |
| YUV | 160.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 207 | 0.60 | 0.07 | 0 | 0.19 | 187.2 | 0.57 | 0.57 |
| Hex | 52 | C0 | CF | 3C | 7 | 0 | 13 | BB | 39 | 39 |
| Octal | 122 | 300 | 317 | 74 | 7 | 0 | 23 | 273 | 71 | 71 |
| Binary | 1010010 | 11000000 | 11001111 | 111100 | 111 | 0 | 10011 | 10111011 | 111001 | 111001 |
Color Harmonies of #52C0CF
Complementary color
Monochromatic Colors of #52C0CF
Black with #52C0CF
Text Example
Text Example
White with #52C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0CF; }
p { color: rgb(82,192,207); }
H1.HeaderClassName
{
color: #52C0CF;
}
.AnyTagClassName
{
color: #52C0CF;
}
</style>
background-color css
<style>
a { background-color: #52C0CF; }
a { background-color: rgb(82,192,207); }
div.DivClassName
{
background-color: #52C0CF;
}
.BgClassName
{
background-color: #52C0CF;
}
</style>
border-color css
<style>
span { border-color: #52C0CF; }
span { border-color: rgb(82,192,207); }
td.TdClassName
{
border-color: #52C0CF;
}
.TagClassName
{
border-color: #52C0CF;
}
</style>