Shades of Viking #4DBCBC
Tints of Viking #4DBCBC
RGB
CMYK
RGB Variations
Color information
#4DBCBC (or 0x4DBCBC) is known color: Viking. HEX triplet: 4D, BC and BC. RGB value is (77,188,188). Sum of RGB (Red+Green+Blue) = 77+188+188=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #4DBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBCBC is #B24343. Grayscale: #9A9A9A. Windows color (decimal): -11682628 or 12368973. OLE color: 12368973.
HSL color Cylindrical-coordinate representation of color #4DBCBC: hue angle of 180º degrees, saturation: 0.45, 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 #4DBCBC is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 188 | - |
| CMYK | 0.59 | 0 | 0 | 0.26 |
| HSL | 180º | 0.45% | 0.52% | - |
| HSV(B) | 180º | 0.59% | 0.74% | - |
| XYZ | 30.12 | 41.18 | 53.94 | - |
| YUV | 154.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 188 | 0.59 | 0 | 0 | 0.26 | 180 | 0.45 | 0.52 |
| Hex | 4D | BC | BC | 3B | 0 | 0 | 1A | B4 | 2D | 34 |
| Octal | 115 | 274 | 274 | 73 | 0 | 0 | 32 | 264 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10111100 | 111011 | 0 | 0 | 11010 | 10110100 | 101101 | 110100 |
Color Harmonies of #4DBCBC
Complementary color
Monochromatic Colors of #4DBCBC
Black with #4DBCBC
Text Example
Text Example
White with #4DBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCBC; }
p { color: rgb(77,188,188); }
H1.HeaderClassName
{
color: #4DBCBC;
}
.AnyTagClassName
{
color: #4DBCBC;
}
</style>
background-color css
<style>
a { background-color: #4DBCBC; }
a { background-color: rgb(77,188,188); }
div.DivClassName
{
background-color: #4DBCBC;
}
.BgClassName
{
background-color: #4DBCBC;
}
</style>
border-color css
<style>
span { border-color: #4DBCBC; }
span { border-color: rgb(77,188,188); }
td.TdClassName
{
border-color: #4DBCBC;
}
.TagClassName
{
border-color: #4DBCBC;
}
</style>