Shades of Viking #48BAB5
Tints of Viking #48BAB5
RGB
CMYK
RGB Variations
Color information
#48BAB5 (or 0x48BAB5) is known color: Viking. HEX triplet: 48, BA and B5. RGB value is (72,186,181). Sum of RGB (Red+Green+Blue) = 72+186+181=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #48BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BAB5 is #B7454A. Grayscale: #979797. Windows color (decimal): -12010827 or 11909704. OLE color: 11909704.
HSL color Cylindrical-coordinate representation of color #48BAB5: hue angle of 177.37º 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 #48BAB5 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 181 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.27 |
| HSL | 177.37º | 0.45% | 0.51% | - |
| HSV(B) | 177.37º | 0.61% | 0.73% | - |
| XYZ | 28.57 | 39.83 | 49.9 | - |
| YUV | 151.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 181 | 0.61 | 0 | 0.03 | 0.27 | 177.37 | 0.45 | 0.51 |
| Hex | 48 | BA | B5 | 3D | 0 | 3 | 1B | B1 | 2D | 33 |
| Octal | 110 | 272 | 265 | 75 | 0 | 3 | 33 | 261 | 55 | 63 |
| Binary | 1001000 | 10111010 | 10110101 | 111101 | 0 | 11 | 11011 | 10110001 | 101101 | 110011 |
Color Harmonies of #48BAB5
Complementary color
Monochromatic Colors of #48BAB5
Black with #48BAB5
Text Example
Text Example
White with #48BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BAB5; }
p { color: rgb(72,186,181); }
H1.HeaderClassName
{
color: #48BAB5;
}
.AnyTagClassName
{
color: #48BAB5;
}
</style>
background-color css
<style>
a { background-color: #48BAB5; }
a { background-color: rgb(72,186,181); }
div.DivClassName
{
background-color: #48BAB5;
}
.BgClassName
{
background-color: #48BAB5;
}
</style>
border-color css
<style>
span { border-color: #48BAB5; }
span { border-color: rgb(72,186,181); }
td.TdClassName
{
border-color: #48BAB5;
}
.TagClassName
{
border-color: #48BAB5;
}
</style>