Shades of Viking #48C0CF
Tints of Viking #48C0CF
RGB
CMYK
RGB Variations
Color information
#48C0CF (or 0x48C0CF) is known color: Viking. HEX triplet: 48, C0 and CF. RGB value is (72,192,207). Sum of RGB (Red+Green+Blue) = 72+192+207=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #48C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0CF is #B73F30. Grayscale: #9D9D9D. Windows color (decimal): -12009265 or 13615176. OLE color: 13615176.
HSL color Cylindrical-coordinate representation of color #48C0CF: hue angle of 186.67º 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 #48C0CF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 192 | 207 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.19 |
| HSL | 186.67º | 0.58% | 0.55% | - |
| HSV(B) | 186.67º | 0.65% | 0.81% | - |
| XYZ | 32.78 | 43.58 | 65.72 | - |
| YUV | 157.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 207 | 0.65 | 0.07 | 0 | 0.19 | 186.67 | 0.58 | 0.55 |
| Hex | 48 | C0 | CF | 41 | 7 | 0 | 13 | BB | 3A | 37 |
| Octal | 110 | 300 | 317 | 101 | 7 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001000 | 11000000 | 11001111 | 1000001 | 111 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #48C0CF
Complementary color
Monochromatic Colors of #48C0CF
Black with #48C0CF
Text Example
Text Example
White with #48C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0CF; }
p { color: rgb(72,192,207); }
H1.HeaderClassName
{
color: #48C0CF;
}
.AnyTagClassName
{
color: #48C0CF;
}
</style>
background-color css
<style>
a { background-color: #48C0CF; }
a { background-color: rgb(72,192,207); }
div.DivClassName
{
background-color: #48C0CF;
}
.BgClassName
{
background-color: #48C0CF;
}
</style>
border-color css
<style>
span { border-color: #48C0CF; }
span { border-color: rgb(72,192,207); }
td.TdClassName
{
border-color: #48C0CF;
}
.TagClassName
{
border-color: #48C0CF;
}
</style>