Shades of Viking #52C0C4
Tints of Viking #52C0C4
RGB
CMYK
RGB Variations
Color information
#52C0C4 (or 0x52C0C4) is known color: Viking. HEX triplet: 52, C0 and C4. RGB value is (82,192,196). Sum of RGB (Red+Green+Blue) = 82+192+196=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #52C0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C0C4 is #AD3F3B. Grayscale: #9F9F9F. Windows color (decimal): -11353916 or 12894290. OLE color: 12894290.
HSL color Cylindrical-coordinate representation of color #52C0C4: hue angle of 182.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C0C4 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 192 | 196 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.23 |
| HSL | 182.11º | 0.49% | 0.55% | - |
| HSV(B) | 182.11º | 0.58% | 0.77% | - |
| XYZ | 32.29 | 43.48 | 58.91 | - |
| YUV | 159.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 196 | 0.58 | 0.02 | 0 | 0.23 | 182.11 | 0.49 | 0.55 |
| Hex | 52 | C0 | C4 | 3A | 2 | 0 | 17 | B6 | 31 | 37 |
| Octal | 122 | 300 | 304 | 72 | 2 | 0 | 27 | 266 | 61 | 67 |
| Binary | 1010010 | 11000000 | 11000100 | 111010 | 10 | 0 | 10111 | 10110110 | 110001 | 110111 |
Color Harmonies of #52C0C4
Complementary color
Monochromatic Colors of #52C0C4
Black with #52C0C4
Text Example
Text Example
White with #52C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0C4; }
p { color: rgb(82,192,196); }
H1.HeaderClassName
{
color: #52C0C4;
}
.AnyTagClassName
{
color: #52C0C4;
}
</style>
background-color css
<style>
a { background-color: #52C0C4; }
a { background-color: rgb(82,192,196); }
div.DivClassName
{
background-color: #52C0C4;
}
.BgClassName
{
background-color: #52C0C4;
}
</style>
border-color css
<style>
span { border-color: #52C0C4; }
span { border-color: rgb(82,192,196); }
td.TdClassName
{
border-color: #52C0C4;
}
.TagClassName
{
border-color: #52C0C4;
}
</style>