Shades of Viking #48BABB
Tints of Viking #48BABB
RGB
CMYK
RGB Variations
Color information
#48BABB (or 0x48BABB) is known color: Viking. HEX triplet: 48, BA and BB. RGB value is (72,186,187). Sum of RGB (Red+Green+Blue) = 72+186+187=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #48BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BABB is #B74544. Grayscale: #979797. Windows color (decimal): -12010821 or 12302920. OLE color: 12302920.
HSL color Cylindrical-coordinate representation of color #48BABB: hue angle of 180.52º degrees, saturation: 0.46, 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 #48BABB is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 187 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.27 |
| HSL | 180.52º | 0.46% | 0.51% | - |
| HSV(B) | 180.52º | 0.61% | 0.73% | - |
| XYZ | 29.2 | 40.08 | 53.21 | - |
| YUV | 152.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 187 | 0.61 | 0.01 | 0 | 0.27 | 180.52 | 0.46 | 0.51 |
| Hex | 48 | BA | BB | 3D | 1 | 0 | 1B | B5 | 2E | 33 |
| Octal | 110 | 272 | 273 | 75 | 1 | 0 | 33 | 265 | 56 | 63 |
| Binary | 1001000 | 10111010 | 10111011 | 111101 | 1 | 0 | 11011 | 10110101 | 101110 | 110011 |
Color Harmonies of #48BABB
Complementary color
Monochromatic Colors of #48BABB
Black with #48BABB
Text Example
Text Example
White with #48BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BABB; }
p { color: rgb(72,186,187); }
H1.HeaderClassName
{
color: #48BABB;
}
.AnyTagClassName
{
color: #48BABB;
}
</style>
background-color css
<style>
a { background-color: #48BABB; }
a { background-color: rgb(72,186,187); }
div.DivClassName
{
background-color: #48BABB;
}
.BgClassName
{
background-color: #48BABB;
}
</style>
border-color css
<style>
span { border-color: #48BABB; }
span { border-color: rgb(72,186,187); }
td.TdClassName
{
border-color: #48BABB;
}
.TagClassName
{
border-color: #48BABB;
}
</style>