Shades of Viking #48B0BA
Tints of Viking #48B0BA
RGB
CMYK
RGB Variations
Color information
#48B0BA (or 0x48B0BA) is known color: Viking. HEX triplet: 48, B0 and BA. RGB value is (72,176,186). Sum of RGB (Red+Green+Blue) = 72+176+186=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #48B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48B0BA is #B74F45. Grayscale: #919191. Windows color (decimal): -12013382 or 12234824. OLE color: 12234824.
HSL color Cylindrical-coordinate representation of color #48B0BA: hue angle of 185.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B0BA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 176 | 186 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.27 |
| HSL | 185.26º | 0.45% | 0.51% | - |
| HSV(B) | 185.26º | 0.61% | 0.73% | - |
| XYZ | 27.06 | 35.97 | 51.97 | - |
| YUV | 146.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 176 | 186 | 0.61 | 0.05 | 0 | 0.27 | 185.26 | 0.45 | 0.51 |
| Hex | 48 | B0 | BA | 3D | 5 | 0 | 1B | B9 | 2D | 33 |
| Octal | 110 | 260 | 272 | 75 | 5 | 0 | 33 | 271 | 55 | 63 |
| Binary | 1001000 | 10110000 | 10111010 | 111101 | 101 | 0 | 11011 | 10111001 | 101101 | 110011 |
Color Harmonies of #48B0BA
Complementary color
Monochromatic Colors of #48B0BA
Black with #48B0BA
Text Example
Text Example
White with #48B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B0BA; }
p { color: rgb(72,176,186); }
H1.HeaderClassName
{
color: #48B0BA;
}
.AnyTagClassName
{
color: #48B0BA;
}
</style>
background-color css
<style>
a { background-color: #48B0BA; }
a { background-color: rgb(72,176,186); }
div.DivClassName
{
background-color: #48B0BA;
}
.BgClassName
{
background-color: #48B0BA;
}
</style>
border-color css
<style>
span { border-color: #48B0BA; }
span { border-color: rgb(72,176,186); }
td.TdClassName
{
border-color: #48B0BA;
}
.TagClassName
{
border-color: #48B0BA;
}
</style>