Shades of Viking #52BBBA
Tints of Viking #52BBBA
RGB
CMYK
RGB Variations
Color information
#52BBBA (or 0x52BBBA) is known color: Viking. HEX triplet: 52, BB and BA. RGB value is (82,187,186). Sum of RGB (Red+Green+Blue) = 82+187+186=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBBA is #AD4445. Grayscale: #9B9B9B. Windows color (decimal): -11355206 or 12237650. OLE color: 12237650.
HSL color Cylindrical-coordinate representation of color #52BBBA: hue angle of 179.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BBBA is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 186 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.27 |
| HSL | 179.43º | 0.44% | 0.53% | - |
| HSV(B) | 179.43º | 0.56% | 0.73% | - |
| XYZ | 30.11 | 40.88 | 52.76 | - |
| YUV | 155.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 186 | 0.56 | 0 | 0.01 | 0.27 | 179.43 | 0.44 | 0.53 |
| Hex | 52 | BB | BA | 38 | 0 | 1 | 1B | B3 | 2C | 35 |
| Octal | 122 | 273 | 272 | 70 | 0 | 1 | 33 | 263 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10111010 | 111000 | 0 | 1 | 11011 | 10110011 | 101100 | 110101 |
Color Harmonies of #52BBBA
Complementary color
Monochromatic Colors of #52BBBA
Black with #52BBBA
Text Example
Text Example
White with #52BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBBA; }
p { color: rgb(82,187,186); }
H1.HeaderClassName
{
color: #52BBBA;
}
.AnyTagClassName
{
color: #52BBBA;
}
</style>
background-color css
<style>
a { background-color: #52BBBA; }
a { background-color: rgb(82,187,186); }
div.DivClassName
{
background-color: #52BBBA;
}
.BgClassName
{
background-color: #52BBBA;
}
</style>
border-color css
<style>
span { border-color: #52BBBA; }
span { border-color: rgb(82,187,186); }
td.TdClassName
{
border-color: #52BBBA;
}
.TagClassName
{
border-color: #52BBBA;
}
</style>