Shades of Viking #48C0CA
Tints of Viking #48C0CA
RGB
CMYK
RGB Variations
Color information
#48C0CA (or 0x48C0CA) is known color: Viking. HEX triplet: 48, C0 and CA. RGB value is (72,192,202). Sum of RGB (Red+Green+Blue) = 72+192+202=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #48C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C0CA is #B73F35. Grayscale: #9D9D9D. Windows color (decimal): -12009270 or 13287496. OLE color: 13287496.
HSL color Cylindrical-coordinate representation of color #48C0CA: hue angle of 184.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C0CA is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 192 | 202 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.21 |
| HSL | 184.62º | 0.55% | 0.54% | - |
| HSV(B) | 184.62º | 0.64% | 0.79% | - |
| XYZ | 32.18 | 43.34 | 62.55 | - |
| YUV | 157.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 202 | 0.64 | 0.05 | 0 | 0.21 | 184.62 | 0.55 | 0.54 |
| Hex | 48 | C0 | CA | 40 | 5 | 0 | 15 | B9 | 37 | 36 |
| Octal | 110 | 300 | 312 | 100 | 5 | 0 | 25 | 271 | 67 | 66 |
| Binary | 1001000 | 11000000 | 11001010 | 1000000 | 101 | 0 | 10101 | 10111001 | 110111 | 110110 |
Color Harmonies of #48C0CA
Complementary color
Monochromatic Colors of #48C0CA
Black with #48C0CA
Text Example
Text Example
White with #48C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C0CA; }
p { color: rgb(72,192,202); }
H1.HeaderClassName
{
color: #48C0CA;
}
.AnyTagClassName
{
color: #48C0CA;
}
</style>
background-color css
<style>
a { background-color: #48C0CA; }
a { background-color: rgb(72,192,202); }
div.DivClassName
{
background-color: #48C0CA;
}
.BgClassName
{
background-color: #48C0CA;
}
</style>
border-color css
<style>
span { border-color: #48C0CA; }
span { border-color: rgb(72,192,202); }
td.TdClassName
{
border-color: #48C0CA;
}
.TagClassName
{
border-color: #48C0CA;
}
</style>