Shades of Viking #4FBABA
Tints of Viking #4FBABA
RGB
CMYK
RGB Variations
Color information
#4FBABA (or 0x4FBABA) is known color: Viking. HEX triplet: 4F, BA and BA. RGB value is (79,186,186). Sum of RGB (Red+Green+Blue) = 79+186+186=451 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.52% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #4FBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBABA is #B04545. Grayscale: #999999. Windows color (decimal): -11552070 or 12237391. OLE color: 12237391.
HSL color Cylindrical-coordinate representation of color #4FBABA: hue angle of 180º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBABA is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 186 | - |
| CMYK | 0.58 | 0 | 0 | 0.27 |
| HSL | 180º | 0.44% | 0.52% | - |
| HSV(B) | 180º | 0.58% | 0.73% | - |
| XYZ | 29.65 | 40.33 | 52.68 | - |
| YUV | 154.01 | 146.05 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 186 | 0.58 | 0 | 0 | 0.27 | 180 | 0.44 | 0.52 |
| Hex | 4F | BA | BA | 3A | 0 | 0 | 1B | B4 | 2C | 34 |
| Octal | 117 | 272 | 272 | 72 | 0 | 0 | 33 | 264 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10111010 | 111010 | 0 | 0 | 11011 | 10110100 | 101100 | 110100 |
Color Harmonies of #4FBABA
Complementary color
Monochromatic Colors of #4FBABA
Black with #4FBABA
Text Example
Text Example
White with #4FBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBABA; }
p { color: rgb(79,186,186); }
H1.HeaderClassName
{
color: #4FBABA;
}
.AnyTagClassName
{
color: #4FBABA;
}
</style>
background-color css
<style>
a { background-color: #4FBABA; }
a { background-color: rgb(79,186,186); }
div.DivClassName
{
background-color: #4FBABA;
}
.BgClassName
{
background-color: #4FBABA;
}
</style>
border-color css
<style>
span { border-color: #4FBABA; }
span { border-color: rgb(79,186,186); }
td.TdClassName
{
border-color: #4FBABA;
}
.TagClassName
{
border-color: #4FBABA;
}
</style>