Shades of Viking #4CC0CD
Tints of Viking #4CC0CD
RGB
CMYK
RGB Variations
Color information
#4CC0CD (or 0x4CC0CD) is known color: Viking. HEX triplet: 4C, C0 and CD. RGB value is (76,192,205). Sum of RGB (Red+Green+Blue) = 76+192+205=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CC0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CD is #B33F32. Grayscale: #9E9E9E. Windows color (decimal): -11747123 or 13484108. OLE color: 13484108.
HSL color Cylindrical-coordinate representation of color #4CC0CD: hue angle of 186.05º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC0CD is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 192 | 205 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.20 |
| HSL | 186.05º | 0.56% | 0.55% | - |
| HSV(B) | 186.05º | 0.63% | 0.8% | - |
| XYZ | 32.85 | 43.64 | 64.45 | - |
| YUV | 158.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 205 | 0.63 | 0.06 | 0 | 0.20 | 186.05 | 0.56 | 0.55 |
| Hex | 4C | C0 | CD | 3F | 6 | 0 | 14 | BA | 38 | 37 |
| Octal | 114 | 300 | 315 | 77 | 6 | 0 | 24 | 272 | 70 | 67 |
| Binary | 1001100 | 11000000 | 11001101 | 111111 | 110 | 0 | 10100 | 10111010 | 111000 | 110111 |
Color Harmonies of #4CC0CD
Complementary color
Monochromatic Colors of #4CC0CD
Black with #4CC0CD
Text Example
Text Example
White with #4CC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC0CD; }
p { color: rgb(76,192,205); }
H1.HeaderClassName
{
color: #4CC0CD;
}
.AnyTagClassName
{
color: #4CC0CD;
}
</style>
background-color css
<style>
a { background-color: #4CC0CD; }
a { background-color: rgb(76,192,205); }
div.DivClassName
{
background-color: #4CC0CD;
}
.BgClassName
{
background-color: #4CC0CD;
}
</style>
border-color css
<style>
span { border-color: #4CC0CD; }
span { border-color: rgb(76,192,205); }
td.TdClassName
{
border-color: #4CC0CD;
}
.TagClassName
{
border-color: #4CC0CD;
}
</style>