Shades of Viking #48BCBC
Tints of Viking #48BCBC
RGB
CMYK
RGB Variations
Color information
#48BCBC (or 0x48BCBC) is known color: Viking. HEX triplet: 48, BC and BC. RGB value is (72,188,188). Sum of RGB (Red+Green+Blue) = 72+188+188=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #48BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCBC is #B74343. Grayscale: #999999. Windows color (decimal): -12010308 or 12368968. OLE color: 12368968.
HSL color Cylindrical-coordinate representation of color #48BCBC: hue angle of 180º 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 #48BCBC is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 188 | - |
| CMYK | 0.62 | 0 | 0 | 0.26 |
| HSL | 180º | 0.46% | 0.51% | - |
| HSV(B) | 180º | 0.62% | 0.74% | - |
| XYZ | 29.73 | 40.98 | 53.92 | - |
| YUV | 153.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 188 | 0.62 | 0 | 0 | 0.26 | 180 | 0.46 | 0.51 |
| Hex | 48 | BC | BC | 3E | 0 | 0 | 1A | B4 | 2E | 33 |
| Octal | 110 | 274 | 274 | 76 | 0 | 0 | 32 | 264 | 56 | 63 |
| Binary | 1001000 | 10111100 | 10111100 | 111110 | 0 | 0 | 11010 | 10110100 | 101110 | 110011 |
Color Harmonies of #48BCBC
Complementary color
Monochromatic Colors of #48BCBC
Black with #48BCBC
Text Example
Text Example
White with #48BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BCBC; }
p { color: rgb(72,188,188); }
H1.HeaderClassName
{
color: #48BCBC;
}
.AnyTagClassName
{
color: #48BCBC;
}
</style>
background-color css
<style>
a { background-color: #48BCBC; }
a { background-color: rgb(72,188,188); }
div.DivClassName
{
background-color: #48BCBC;
}
.BgClassName
{
background-color: #48BCBC;
}
</style>
border-color css
<style>
span { border-color: #48BCBC; }
span { border-color: rgb(72,188,188); }
td.TdClassName
{
border-color: #48BCBC;
}
.TagClassName
{
border-color: #48BCBC;
}
</style>