Shades of Viking #48BFCF
Tints of Viking #48BFCF
RGB
CMYK
RGB Variations
Color information
#48BFCF (or 0x48BFCF) is known color: Viking. HEX triplet: 48, BF and CF. RGB value is (72,191,207). Sum of RGB (Red+Green+Blue) = 72+191+207=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #48BFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BFCF is #B74030. Grayscale: #9D9D9D. Windows color (decimal): -12009521 or 13614920. OLE color: 13614920.
HSL color Cylindrical-coordinate representation of color #48BFCF: hue angle of 187.11º 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 #48BFCF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 191 | 207 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.19 |
| HSL | 187.11º | 0.58% | 0.55% | - |
| HSV(B) | 187.11º | 0.65% | 0.81% | - |
| XYZ | 32.57 | 43.14 | 65.64 | - |
| YUV | 157.24 | 156.08 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 191 | 207 | 0.65 | 0.08 | 0 | 0.19 | 187.11 | 0.58 | 0.55 |
| Hex | 48 | BF | CF | 41 | 8 | 0 | 13 | BB | 3A | 37 |
| Octal | 110 | 277 | 317 | 101 | 10 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001000 | 10111111 | 11001111 | 1000001 | 1000 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #48BFCF
Complementary color
Monochromatic Colors of #48BFCF
Black with #48BFCF
Text Example
Text Example
White with #48BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BFCF; }
p { color: rgb(72,191,207); }
H1.HeaderClassName
{
color: #48BFCF;
}
.AnyTagClassName
{
color: #48BFCF;
}
</style>
background-color css
<style>
a { background-color: #48BFCF; }
a { background-color: rgb(72,191,207); }
div.DivClassName
{
background-color: #48BFCF;
}
.BgClassName
{
background-color: #48BFCF;
}
</style>
border-color css
<style>
span { border-color: #48BFCF; }
span { border-color: rgb(72,191,207); }
td.TdClassName
{
border-color: #48BFCF;
}
.TagClassName
{
border-color: #48BFCF;
}
</style>