Shades of Viking #48BCBA
Tints of Viking #48BCBA
RGB
CMYK
RGB Variations
Color information
#48BCBA (or 0x48BCBA) is known color: Viking. HEX triplet: 48, BC and BA. RGB value is (72,188,186). Sum of RGB (Red+Green+Blue) = 72+188+186=446 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.14% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCBA is #B74345. Grayscale: #989898. Windows color (decimal): -12010310 or 12237896. OLE color: 12237896.
HSL color Cylindrical-coordinate representation of color #48BCBA: hue angle of 178.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BCBA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 186 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.26 |
| HSL | 178.97º | 0.46% | 0.51% | - |
| HSV(B) | 178.97º | 0.62% | 0.74% | - |
| XYZ | 29.52 | 40.89 | 52.79 | - |
| YUV | 153.09 | 146.57 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 186 | 0.62 | 0 | 0.01 | 0.26 | 178.97 | 0.46 | 0.51 |
| Hex | 48 | BC | BA | 3E | 0 | 1 | 1A | B3 | 2E | 33 |
| Octal | 110 | 274 | 272 | 76 | 0 | 1 | 32 | 263 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10111010 | 111110 | 0 | 1 | 11010 | 10110011 | 101110 | 110011 |
Color Harmonies of #48BCBA
Complementary color
Monochromatic Colors of #48BCBA
Black with #48BCBA
Text Example
Text Example
White with #48BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCBA; }
p { color: rgb(72,188,186); }
H1.HeaderClassName
{
color: #48BCBA;
}
.AnyTagClassName
{
color: #48BCBA;
}
</style>
background-color css
<style>
a { background-color: #48BCBA; }
a { background-color: rgb(72,188,186); }
div.DivClassName
{
background-color: #48BCBA;
}
.BgClassName
{
background-color: #48BCBA;
}
</style>
border-color css
<style>
span { border-color: #48BCBA; }
span { border-color: rgb(72,188,186); }
td.TdClassName
{
border-color: #48BCBA;
}
.TagClassName
{
border-color: #48BCBA;
}
</style>