Shades of Viking #4DC1CE
Tints of Viking #4DC1CE
RGB
CMYK
RGB Variations
Color information
#4DC1CE (or 0x4DC1CE) is known color: Viking. HEX triplet: 4D, C1 and CE. RGB value is (77,193,206). Sum of RGB (Red+Green+Blue) = 77+193+206=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1CE is #B23E31. Grayscale: #9F9F9F. Windows color (decimal): -11681330 or 13549901. OLE color: 13549901.
HSL color Cylindrical-coordinate representation of color #4DC1CE: hue angle of 186.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC1CE is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 193 | 206 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.19 |
| HSL | 186.05º | 0.57% | 0.55% | - |
| HSV(B) | 186.05º | 0.63% | 0.81% | - |
| XYZ | 33.27 | 44.17 | 65.17 | - |
| YUV | 159.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 206 | 0.63 | 0.06 | 0 | 0.19 | 186.05 | 0.57 | 0.55 |
| Hex | 4D | C1 | CE | 3F | 6 | 0 | 13 | BA | 39 | 37 |
| Octal | 115 | 301 | 316 | 77 | 6 | 0 | 23 | 272 | 71 | 67 |
| Binary | 1001101 | 11000001 | 11001110 | 111111 | 110 | 0 | 10011 | 10111010 | 111001 | 110111 |
Color Harmonies of #4DC1CE
Complementary color
Monochromatic Colors of #4DC1CE
Black with #4DC1CE
Text Example
Text Example
White with #4DC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1CE; }
p { color: rgb(77,193,206); }
H1.HeaderClassName
{
color: #4DC1CE;
}
.AnyTagClassName
{
color: #4DC1CE;
}
</style>
background-color css
<style>
a { background-color: #4DC1CE; }
a { background-color: rgb(77,193,206); }
div.DivClassName
{
background-color: #4DC1CE;
}
.BgClassName
{
background-color: #4DC1CE;
}
</style>
border-color css
<style>
span { border-color: #4DC1CE; }
span { border-color: rgb(77,193,206); }
td.TdClassName
{
border-color: #4DC1CE;
}
.TagClassName
{
border-color: #4DC1CE;
}
</style>