Shades of Viking #4CC0CF
Tints of Viking #4CC0CF
RGB
CMYK
RGB Variations
Color information
#4CC0CF (or 0x4CC0CF) is known color: Viking. HEX triplet: 4C, C0 and CF. RGB value is (76,192,207). Sum of RGB (Red+Green+Blue) = 76+192+207=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CC0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CF is #B33F30. Grayscale: #9E9E9E. Windows color (decimal): -11747121 or 13615180. OLE color: 13615180.
HSL color Cylindrical-coordinate representation of color #4CC0CF: hue angle of 186.87º degrees, saturation: 0.58, 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 #4CC0CF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 192 | 207 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.19 |
| HSL | 186.87º | 0.58% | 0.55% | - |
| HSV(B) | 186.87º | 0.63% | 0.81% | - |
| XYZ | 33.09 | 43.74 | 65.73 | - |
| YUV | 159.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 207 | 0.63 | 0.07 | 0 | 0.19 | 186.87 | 0.58 | 0.55 |
| Hex | 4C | C0 | CF | 3F | 7 | 0 | 13 | BB | 3A | 37 |
| Octal | 114 | 300 | 317 | 77 | 7 | 0 | 23 | 273 | 72 | 67 |
| Binary | 1001100 | 11000000 | 11001111 | 111111 | 111 | 0 | 10011 | 10111011 | 111010 | 110111 |
Color Harmonies of #4CC0CF
Complementary color
Monochromatic Colors of #4CC0CF
Black with #4CC0CF
Text Example
Text Example
White with #4CC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC0CF; }
p { color: rgb(76,192,207); }
H1.HeaderClassName
{
color: #4CC0CF;
}
.AnyTagClassName
{
color: #4CC0CF;
}
</style>
background-color css
<style>
a { background-color: #4CC0CF; }
a { background-color: rgb(76,192,207); }
div.DivClassName
{
background-color: #4CC0CF;
}
.BgClassName
{
background-color: #4CC0CF;
}
</style>
border-color css
<style>
span { border-color: #4CC0CF; }
span { border-color: rgb(76,192,207); }
td.TdClassName
{
border-color: #4CC0CF;
}
.TagClassName
{
border-color: #4CC0CF;
}
</style>