Shades of Viking #4DC0CB
Tints of Viking #4DC0CB
RGB
CMYK
RGB Variations
Color information
#4DC0CB (or 0x4DC0CB) is known color: Viking. HEX triplet: 4D, C0 and CB. RGB value is (77,192,203). Sum of RGB (Red+Green+Blue) = 77+192+203=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0CB is #B23F34. Grayscale: #9E9E9E. Windows color (decimal): -11681589 or 13353037. OLE color: 13353037.
HSL color Cylindrical-coordinate representation of color #4DC0CB: hue angle of 185.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC0CB is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 192 | 203 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.20 |
| HSL | 185.24º | 0.55% | 0.55% | - |
| HSV(B) | 185.24º | 0.62% | 0.8% | - |
| XYZ | 32.69 | 43.59 | 63.19 | - |
| YUV | 158.87 | 152.9 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 203 | 0.62 | 0.05 | 0 | 0.20 | 185.24 | 0.55 | 0.55 |
| Hex | 4D | C0 | CB | 3E | 5 | 0 | 14 | B9 | 37 | 37 |
| Octal | 115 | 300 | 313 | 76 | 5 | 0 | 24 | 271 | 67 | 67 |
| Binary | 1001101 | 11000000 | 11001011 | 111110 | 101 | 0 | 10100 | 10111001 | 110111 | 110111 |
Color Harmonies of #4DC0CB
Complementary color
Monochromatic Colors of #4DC0CB
Black with #4DC0CB
Text Example
Text Example
White with #4DC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0CB; }
p { color: rgb(77,192,203); }
H1.HeaderClassName
{
color: #4DC0CB;
}
.AnyTagClassName
{
color: #4DC0CB;
}
</style>
background-color css
<style>
a { background-color: #4DC0CB; }
a { background-color: rgb(77,192,203); }
div.DivClassName
{
background-color: #4DC0CB;
}
.BgClassName
{
background-color: #4DC0CB;
}
</style>
border-color css
<style>
span { border-color: #4DC0CB; }
span { border-color: rgb(77,192,203); }
td.TdClassName
{
border-color: #4DC0CB;
}
.TagClassName
{
border-color: #4DC0CB;
}
</style>