Shades of Viking #52BDBA
Tints of Viking #52BDBA
RGB
CMYK
RGB Variations
Color information
#52BDBA (or 0x52BDBA) is known color: Viking. HEX triplet: 52, BD and BA. RGB value is (82,189,186). Sum of RGB (Red+Green+Blue) = 82+189+186=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDBA is #AD4245. Grayscale: #9C9C9C. Windows color (decimal): -11354694 or 12238162. OLE color: 12238162.
HSL color Cylindrical-coordinate representation of color #52BDBA: hue angle of 178.32º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BDBA is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 186 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.26 |
| HSL | 178.32º | 0.45% | 0.53% | - |
| HSV(B) | 178.32º | 0.57% | 0.74% | - |
| XYZ | 30.54 | 41.73 | 52.9 | - |
| YUV | 156.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 186 | 0.57 | 0 | 0.02 | 0.26 | 178.32 | 0.45 | 0.53 |
| Hex | 52 | BD | BA | 39 | 0 | 2 | 1A | B2 | 2D | 35 |
| Octal | 122 | 275 | 272 | 71 | 0 | 2 | 32 | 262 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10111010 | 111001 | 0 | 10 | 11010 | 10110010 | 101101 | 110101 |
Color Harmonies of #52BDBA
Complementary color
Monochromatic Colors of #52BDBA
Black with #52BDBA
Text Example
Text Example
White with #52BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDBA; }
p { color: rgb(82,189,186); }
H1.HeaderClassName
{
color: #52BDBA;
}
.AnyTagClassName
{
color: #52BDBA;
}
</style>
background-color css
<style>
a { background-color: #52BDBA; }
a { background-color: rgb(82,189,186); }
div.DivClassName
{
background-color: #52BDBA;
}
.BgClassName
{
background-color: #52BDBA;
}
</style>
border-color css
<style>
span { border-color: #52BDBA; }
span { border-color: rgb(82,189,186); }
td.TdClassName
{
border-color: #52BDBA;
}
.TagClassName
{
border-color: #52BDBA;
}
</style>