Shades of Viking #48C0CE
Tints of Viking #48C0CE
RGB
CMYK
RGB Variations
Color information
#48C0CE (or 0x48C0CE) is known color: Viking. HEX triplet: 48, C0 and CE. RGB value is (72,192,206). Sum of RGB (Red+Green+Blue) = 72+192+206=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #48C0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0CE is #B73F31. Grayscale: #9D9D9D. Windows color (decimal): -12009266 or 13549640. OLE color: 13549640.
HSL color Cylindrical-coordinate representation of color #48C0CE: hue angle of 186.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48C0CE is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 192 | 206 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.19 |
| HSL | 186.27º | 0.58% | 0.55% | - |
| HSV(B) | 186.27º | 0.65% | 0.81% | - |
| XYZ | 32.66 | 43.53 | 65.07 | - |
| YUV | 157.72 | 155.24 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 206 | 0.65 | 0.07 | 0 | 0.19 | 186.27 | 0.58 | 0.55 |
| Hex | 48 | C0 | CE | 41 | 7 | 0 | 13 | BA | 3A | 37 |
| Octal | 110 | 300 | 316 | 101 | 7 | 0 | 23 | 272 | 72 | 67 |
| Binary | 1001000 | 11000000 | 11001110 | 1000001 | 111 | 0 | 10011 | 10111010 | 111010 | 110111 |
Color Harmonies of #48C0CE
Complementary color
Monochromatic Colors of #48C0CE
Black with #48C0CE
Text Example
Text Example
White with #48C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0CE; }
p { color: rgb(72,192,206); }
H1.HeaderClassName
{
color: #48C0CE;
}
.AnyTagClassName
{
color: #48C0CE;
}
</style>
background-color css
<style>
a { background-color: #48C0CE; }
a { background-color: rgb(72,192,206); }
div.DivClassName
{
background-color: #48C0CE;
}
.BgClassName
{
background-color: #48C0CE;
}
</style>
border-color css
<style>
span { border-color: #48C0CE; }
span { border-color: rgb(72,192,206); }
td.TdClassName
{
border-color: #48C0CE;
}
.TagClassName
{
border-color: #48C0CE;
}
</style>