Shades of Viking #4DC2CF
Tints of Viking #4DC2CF
RGB
CMYK
RGB Variations
Color information
#4DC2CF (or 0x4DC2CF) is known color: Viking. HEX triplet: 4D, C2 and CF. RGB value is (77,194,207). Sum of RGB (Red+Green+Blue) = 77+194+207=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #4DC2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2CF is #B23D30. Grayscale: #A0A0A0. Windows color (decimal): -11681073 or 13615693. OLE color: 13615693.
HSL color Cylindrical-coordinate representation of color #4DC2CF: hue angle of 186º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC2CF is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 194 | 207 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.19 |
| HSL | 186º | 0.58% | 0.56% | - |
| HSV(B) | 186º | 0.63% | 0.81% | - |
| XYZ | 33.61 | 44.67 | 65.88 | - |
| YUV | 160.5 | 154.24 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 207 | 0.63 | 0.06 | 0 | 0.19 | 186 | 0.58 | 0.56 |
| Hex | 4D | C2 | CF | 3F | 6 | 0 | 13 | BA | 3A | 38 |
| Octal | 115 | 302 | 317 | 77 | 6 | 0 | 23 | 272 | 72 | 70 |
| Binary | 1001101 | 11000010 | 11001111 | 111111 | 110 | 0 | 10011 | 10111010 | 111010 | 111000 |
Color Harmonies of #4DC2CF
Complementary color
Monochromatic Colors of #4DC2CF
Black with #4DC2CF
Text Example
Text Example
White with #4DC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2CF; }
p { color: rgb(77,194,207); }
H1.HeaderClassName
{
color: #4DC2CF;
}
.AnyTagClassName
{
color: #4DC2CF;
}
</style>
background-color css
<style>
a { background-color: #4DC2CF; }
a { background-color: rgb(77,194,207); }
div.DivClassName
{
background-color: #4DC2CF;
}
.BgClassName
{
background-color: #4DC2CF;
}
</style>
border-color css
<style>
span { border-color: #4DC2CF; }
span { border-color: rgb(77,194,207); }
td.TdClassName
{
border-color: #4DC2CF;
}
.TagClassName
{
border-color: #4DC2CF;
}
</style>