Shades of Viking #52C0CE
Tints of Viking #52C0CE
RGB
CMYK
RGB Variations
Color information
#52C0CE (or 0x52C0CE) is known color: Viking. HEX triplet: 52, C0 and CE. RGB value is (82,192,206). Sum of RGB (Red+Green+Blue) = 82+192+206=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C0CE is #AD3F31. Grayscale: #A0A0A0. Windows color (decimal): -11353906 or 13549650. OLE color: 13549650.
HSL color Cylindrical-coordinate representation of color #52C0CE: hue angle of 186.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C0CE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 192 | 206 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.19 |
| HSL | 186.77º | 0.56% | 0.56% | - |
| HSV(B) | 186.77º | 0.6% | 0.81% | - |
| XYZ | 33.47 | 43.95 | 65.11 | - |
| YUV | 160.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 206 | 0.60 | 0.07 | 0 | 0.19 | 186.77 | 0.56 | 0.56 |
| Hex | 52 | C0 | CE | 3C | 7 | 0 | 13 | BB | 38 | 38 |
| Octal | 122 | 300 | 316 | 74 | 7 | 0 | 23 | 273 | 70 | 70 |
| Binary | 1010010 | 11000000 | 11001110 | 111100 | 111 | 0 | 10011 | 10111011 | 111000 | 111000 |
Color Harmonies of #52C0CE
Complementary color
Monochromatic Colors of #52C0CE
Black with #52C0CE
Text Example
Text Example
White with #52C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0CE; }
p { color: rgb(82,192,206); }
H1.HeaderClassName
{
color: #52C0CE;
}
.AnyTagClassName
{
color: #52C0CE;
}
</style>
background-color css
<style>
a { background-color: #52C0CE; }
a { background-color: rgb(82,192,206); }
div.DivClassName
{
background-color: #52C0CE;
}
.BgClassName
{
background-color: #52C0CE;
}
</style>
border-color css
<style>
span { border-color: #52C0CE; }
span { border-color: rgb(82,192,206); }
td.TdClassName
{
border-color: #52C0CE;
}
.TagClassName
{
border-color: #52C0CE;
}
</style>