Shades of Viking #4DBABD
Tints of Viking #4DBABD
RGB
CMYK
RGB Variations
Color information
#4DBABD (or 0x4DBABD) is known color: Viking. HEX triplet: 4D, BA and BD. RGB value is (77,186,189). Sum of RGB (Red+Green+Blue) = 77+186+189=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBABD is #B24542. Grayscale: #999999. Windows color (decimal): -11683139 or 12433997. OLE color: 12433997.
HSL color Cylindrical-coordinate representation of color #4DBABD: hue angle of 181.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBABD is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 186 | 189 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.26 |
| HSL | 181.61º | 0.46% | 0.52% | - |
| HSV(B) | 181.61º | 0.59% | 0.74% | - |
| XYZ | 29.8 | 40.37 | 54.37 | - |
| YUV | 153.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 189 | 0.59 | 0.02 | 0 | 0.26 | 181.61 | 0.46 | 0.52 |
| Hex | 4D | BA | BD | 3B | 2 | 0 | 1A | B6 | 2E | 34 |
| Octal | 115 | 272 | 275 | 73 | 2 | 0 | 32 | 266 | 56 | 64 |
| Binary | 1001101 | 10111010 | 10111101 | 111011 | 10 | 0 | 11010 | 10110110 | 101110 | 110100 |
Color Harmonies of #4DBABD
Complementary color
Monochromatic Colors of #4DBABD
Black with #4DBABD
Text Example
Text Example
White with #4DBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBABD; }
p { color: rgb(77,186,189); }
H1.HeaderClassName
{
color: #4DBABD;
}
.AnyTagClassName
{
color: #4DBABD;
}
</style>
background-color css
<style>
a { background-color: #4DBABD; }
a { background-color: rgb(77,186,189); }
div.DivClassName
{
background-color: #4DBABD;
}
.BgClassName
{
background-color: #4DBABD;
}
</style>
border-color css
<style>
span { border-color: #4DBABD; }
span { border-color: rgb(77,186,189); }
td.TdClassName
{
border-color: #4DBABD;
}
.TagClassName
{
border-color: #4DBABD;
}
</style>