Shades of Viking #52BEBC
Tints of Viking #52BEBC
RGB
CMYK
RGB Variations
Color information
#52BEBC (or 0x52BEBC) is known color: Viking. HEX triplet: 52, BE and BC. RGB value is (82,190,188). Sum of RGB (Red+Green+Blue) = 82+190+188=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEBC is #AD4143. Grayscale: #9D9D9D. Windows color (decimal): -11354436 or 12369490. OLE color: 12369490.
HSL color Cylindrical-coordinate representation of color #52BEBC: hue angle of 178.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEBC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 188 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.25 |
| HSL | 178.89º | 0.45% | 0.53% | - |
| HSV(B) | 178.89º | 0.57% | 0.75% | - |
| XYZ | 30.97 | 42.25 | 54.1 | - |
| YUV | 157.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 188 | 0.57 | 0 | 0.01 | 0.25 | 178.89 | 0.45 | 0.53 |
| Hex | 52 | BE | BC | 39 | 0 | 1 | 19 | B3 | 2D | 35 |
| Octal | 122 | 276 | 274 | 71 | 0 | 1 | 31 | 263 | 55 | 65 |
| Binary | 1010010 | 10111110 | 10111100 | 111001 | 0 | 1 | 11001 | 10110011 | 101101 | 110101 |
Color Harmonies of #52BEBC
Complementary color
Monochromatic Colors of #52BEBC
Black with #52BEBC
Text Example
Text Example
White with #52BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEBC; }
p { color: rgb(82,190,188); }
H1.HeaderClassName
{
color: #52BEBC;
}
.AnyTagClassName
{
color: #52BEBC;
}
</style>
background-color css
<style>
a { background-color: #52BEBC; }
a { background-color: rgb(82,190,188); }
div.DivClassName
{
background-color: #52BEBC;
}
.BgClassName
{
background-color: #52BEBC;
}
</style>
border-color css
<style>
span { border-color: #52BEBC; }
span { border-color: rgb(82,190,188); }
td.TdClassName
{
border-color: #52BEBC;
}
.TagClassName
{
border-color: #52BEBC;
}
</style>