Shades of Viking #53BCBA
Tints of Viking #53BCBA
RGB
CMYK
RGB Variations
Color information
#53BCBA (or 0x53BCBA) is known color: Viking. HEX triplet: 53, BC and BA. RGB value is (83,188,186). Sum of RGB (Red+Green+Blue) = 83+188+186=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCBA is #AC4345. Grayscale: #9C9C9C. Windows color (decimal): -11289414 or 12237907. OLE color: 12237907.
HSL color Cylindrical-coordinate representation of color #53BCBA: hue angle of 178.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCBA is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 186 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.26 |
| HSL | 178.86º | 0.44% | 0.53% | - |
| HSV(B) | 178.86º | 0.56% | 0.74% | - |
| XYZ | 30.41 | 41.35 | 52.83 | - |
| YUV | 156.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 186 | 0.56 | 0 | 0.01 | 0.26 | 178.86 | 0.44 | 0.53 |
| Hex | 53 | BC | BA | 38 | 0 | 1 | 1A | B3 | 2C | 35 |
| Octal | 123 | 274 | 272 | 70 | 0 | 1 | 32 | 263 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10111010 | 111000 | 0 | 1 | 11010 | 10110011 | 101100 | 110101 |
Color Harmonies of #53BCBA
Complementary color
Monochromatic Colors of #53BCBA
Black with #53BCBA
Text Example
Text Example
White with #53BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCBA; }
p { color: rgb(83,188,186); }
H1.HeaderClassName
{
color: #53BCBA;
}
.AnyTagClassName
{
color: #53BCBA;
}
</style>
background-color css
<style>
a { background-color: #53BCBA; }
a { background-color: rgb(83,188,186); }
div.DivClassName
{
background-color: #53BCBA;
}
.BgClassName
{
background-color: #53BCBA;
}
</style>
border-color css
<style>
span { border-color: #53BCBA; }
span { border-color: rgb(83,188,186); }
td.TdClassName
{
border-color: #53BCBA;
}
.TagClassName
{
border-color: #53BCBA;
}
</style>