Shades of Viking #4DC0CA
Tints of Viking #4DC0CA
RGB
CMYK
RGB Variations
Color information
#4DC0CA (or 0x4DC0CA) is known color: Viking. HEX triplet: 4D, C0 and CA. RGB value is (77,192,202). Sum of RGB (Red+Green+Blue) = 77+192+202=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0CA is #B23F35. Grayscale: #9E9E9E. Windows color (decimal): -11681590 or 13287501. OLE color: 13287501.
HSL color Cylindrical-coordinate representation of color #4DC0CA: hue angle of 184.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC0CA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 192 | 202 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.21 |
| HSL | 184.8º | 0.54% | 0.55% | - |
| HSV(B) | 184.8º | 0.62% | 0.79% | - |
| XYZ | 32.57 | 43.54 | 62.56 | - |
| YUV | 158.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 202 | 0.62 | 0.05 | 0 | 0.21 | 184.8 | 0.54 | 0.55 |
| Hex | 4D | C0 | CA | 3E | 5 | 0 | 15 | B9 | 36 | 37 |
| Octal | 115 | 300 | 312 | 76 | 5 | 0 | 25 | 271 | 66 | 67 |
| Binary | 1001101 | 11000000 | 11001010 | 111110 | 101 | 0 | 10101 | 10111001 | 110110 | 110111 |
Color Harmonies of #4DC0CA
Complementary color
Monochromatic Colors of #4DC0CA
Black with #4DC0CA
Text Example
Text Example
White with #4DC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0CA; }
p { color: rgb(77,192,202); }
H1.HeaderClassName
{
color: #4DC0CA;
}
.AnyTagClassName
{
color: #4DC0CA;
}
</style>
background-color css
<style>
a { background-color: #4DC0CA; }
a { background-color: rgb(77,192,202); }
div.DivClassName
{
background-color: #4DC0CA;
}
.BgClassName
{
background-color: #4DC0CA;
}
</style>
border-color css
<style>
span { border-color: #4DC0CA; }
span { border-color: rgb(77,192,202); }
td.TdClassName
{
border-color: #4DC0CA;
}
.TagClassName
{
border-color: #4DC0CA;
}
</style>