Shades of Viking #4DC1CA
Tints of Viking #4DC1CA
RGB
CMYK
RGB Variations
Color information
#4DC1CA (or 0x4DC1CA) is known color: Viking. HEX triplet: 4D, C1 and CA. RGB value is (77,193,202). Sum of RGB (Red+Green+Blue) = 77+193+202=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DC1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1CA is #B23E35. Grayscale: #9F9F9F. Windows color (decimal): -11681334 or 13287757. OLE color: 13287757.
HSL color Cylindrical-coordinate representation of color #4DC1CA: hue angle of 184.32º 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 #4DC1CA is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 193 | 202 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.21 |
| HSL | 184.32º | 0.54% | 0.55% | - |
| HSV(B) | 184.32º | 0.62% | 0.79% | - |
| XYZ | 32.79 | 43.98 | 62.64 | - |
| YUV | 159.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 202 | 0.62 | 0.04 | 0 | 0.21 | 184.32 | 0.54 | 0.55 |
| Hex | 4D | C1 | CA | 3E | 4 | 0 | 15 | B8 | 36 | 37 |
| Octal | 115 | 301 | 312 | 76 | 4 | 0 | 25 | 270 | 66 | 67 |
| Binary | 1001101 | 11000001 | 11001010 | 111110 | 100 | 0 | 10101 | 10111000 | 110110 | 110111 |
Color Harmonies of #4DC1CA
Complementary color
Monochromatic Colors of #4DC1CA
Black with #4DC1CA
Text Example
Text Example
White with #4DC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1CA; }
p { color: rgb(77,193,202); }
H1.HeaderClassName
{
color: #4DC1CA;
}
.AnyTagClassName
{
color: #4DC1CA;
}
</style>
background-color css
<style>
a { background-color: #4DC1CA; }
a { background-color: rgb(77,193,202); }
div.DivClassName
{
background-color: #4DC1CA;
}
.BgClassName
{
background-color: #4DC1CA;
}
</style>
border-color css
<style>
span { border-color: #4DC1CA; }
span { border-color: rgb(77,193,202); }
td.TdClassName
{
border-color: #4DC1CA;
}
.TagClassName
{
border-color: #4DC1CA;
}
</style>