Shades of Viking #52BFBE
Tints of Viking #52BFBE
RGB
CMYK
RGB Variations
Color information
#52BFBE (or 0x52BFBE) is known color: Viking. HEX triplet: 52, BF and BE. RGB value is (82,191,190). Sum of RGB (Red+Green+Blue) = 82+191+190=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFBE is #AD4041. Grayscale: #9E9E9E. Windows color (decimal): -11354178 or 12500818. OLE color: 12500818.
HSL color Cylindrical-coordinate representation of color #52BFBE: hue angle of 179.45º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BFBE is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 190 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.25 |
| HSL | 179.45º | 0.46% | 0.54% | - |
| HSV(B) | 179.45º | 0.57% | 0.75% | - |
| XYZ | 31.4 | 42.77 | 55.32 | - |
| YUV | 158.3 | 145.89 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 190 | 0.57 | 0 | 0.01 | 0.25 | 179.45 | 0.46 | 0.54 |
| Hex | 52 | BF | BE | 39 | 0 | 1 | 19 | B3 | 2E | 36 |
| Octal | 122 | 277 | 276 | 71 | 0 | 1 | 31 | 263 | 56 | 66 |
| Binary | 1010010 | 10111111 | 10111110 | 111001 | 0 | 1 | 11001 | 10110011 | 101110 | 110110 |
Color Harmonies of #52BFBE
Complementary color
Monochromatic Colors of #52BFBE
Black with #52BFBE
Text Example
Text Example
White with #52BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFBE; }
p { color: rgb(82,191,190); }
H1.HeaderClassName
{
color: #52BFBE;
}
.AnyTagClassName
{
color: #52BFBE;
}
</style>
background-color css
<style>
a { background-color: #52BFBE; }
a { background-color: rgb(82,191,190); }
div.DivClassName
{
background-color: #52BFBE;
}
.BgClassName
{
background-color: #52BFBE;
}
</style>
border-color css
<style>
span { border-color: #52BFBE; }
span { border-color: rgb(82,191,190); }
td.TdClassName
{
border-color: #52BFBE;
}
.TagClassName
{
border-color: #52BFBE;
}
</style>