Shades of Viking #54BCBB
Tints of Viking #54BCBB
RGB
CMYK
RGB Variations
Color information
#54BCBB (or 0x54BCBB) is known color: Viking. HEX triplet: 54, BC and BB. RGB value is (84,188,187). Sum of RGB (Red+Green+Blue) = 84+188+187=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #54BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCBB is #AB4344. Grayscale: #9C9C9C. Windows color (decimal): -11223877 or 12303444. OLE color: 12303444.
HSL color Cylindrical-coordinate representation of color #54BCBB: hue angle of 179.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BCBB is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 187 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.26 |
| HSL | 179.42º | 0.44% | 0.53% | - |
| HSV(B) | 179.42º | 0.55% | 0.74% | - |
| XYZ | 30.61 | 41.44 | 53.4 | - |
| YUV | 156.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 187 | 0.55 | 0 | 0.01 | 0.26 | 179.42 | 0.44 | 0.53 |
| Hex | 54 | BC | BB | 37 | 0 | 1 | 1A | B3 | 2C | 35 |
| Octal | 124 | 274 | 273 | 67 | 0 | 1 | 32 | 263 | 54 | 65 |
| Binary | 1010100 | 10111100 | 10111011 | 110111 | 0 | 1 | 11010 | 10110011 | 101100 | 110101 |
Color Harmonies of #54BCBB
Complementary color
Monochromatic Colors of #54BCBB
Black with #54BCBB
Text Example
Text Example
White with #54BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCBB; }
p { color: rgb(84,188,187); }
H1.HeaderClassName
{
color: #54BCBB;
}
.AnyTagClassName
{
color: #54BCBB;
}
</style>
background-color css
<style>
a { background-color: #54BCBB; }
a { background-color: rgb(84,188,187); }
div.DivClassName
{
background-color: #54BCBB;
}
.BgClassName
{
background-color: #54BCBB;
}
</style>
border-color css
<style>
span { border-color: #54BCBB; }
span { border-color: rgb(84,188,187); }
td.TdClassName
{
border-color: #54BCBB;
}
.TagClassName
{
border-color: #54BCBB;
}
</style>