Shades of Viking #4DBABA
Tints of Viking #4DBABA
RGB
CMYK
RGB Variations
Color information
#4DBABA (or 0x4DBABA) is known color: Viking. HEX triplet: 4D, BA and BA. RGB value is (77,186,186). Sum of RGB (Red+Green+Blue) = 77+186+186=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #4DBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBABA is #B24545. Grayscale: #999999. Windows color (decimal): -11683142 or 12237389. OLE color: 12237389.
HSL color Cylindrical-coordinate representation of color #4DBABA: 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.59%. Process color model (Four color, CMYK) of #4DBABA is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 186 | - |
| CMYK | 0.59 | 0 | 0 | 0.27 |
| HSL | 180º | 0.44% | 0.52% | - |
| HSV(B) | 180º | 0.59% | 0.73% | - |
| XYZ | 29.48 | 40.24 | 52.67 | - |
| YUV | 153.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 186 | 0.59 | 0 | 0 | 0.27 | 180 | 0.44 | 0.52 |
| Hex | 4D | BA | BA | 3B | 0 | 0 | 1B | B4 | 2C | 34 |
| Octal | 115 | 272 | 272 | 73 | 0 | 0 | 33 | 264 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10111010 | 111011 | 0 | 0 | 11011 | 10110100 | 101100 | 110100 |
Color Harmonies of #4DBABA
Complementary color
Monochromatic Colors of #4DBABA
Black with #4DBABA
Text Example
Text Example
White with #4DBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBABA; }
p { color: rgb(77,186,186); }
H1.HeaderClassName
{
color: #4DBABA;
}
.AnyTagClassName
{
color: #4DBABA;
}
</style>
background-color css
<style>
a { background-color: #4DBABA; }
a { background-color: rgb(77,186,186); }
div.DivClassName
{
background-color: #4DBABA;
}
.BgClassName
{
background-color: #4DBABA;
}
</style>
border-color css
<style>
span { border-color: #4DBABA; }
span { border-color: rgb(77,186,186); }
td.TdClassName
{
border-color: #4DBABA;
}
.TagClassName
{
border-color: #4DBABA;
}
</style>