Shades of Viking #4CC1CB
Tints of Viking #4CC1CB
RGB
CMYK
RGB Variations
Color information
#4CC1CB (or 0x4CC1CB) is known color: Viking. HEX triplet: 4C, C1 and CB. RGB value is (76,193,203). Sum of RGB (Red+Green+Blue) = 76+193+203=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC1CB is #B33E34. Grayscale: #9F9F9F. Windows color (decimal): -11746869 or 13353292. OLE color: 13353292.
HSL color Cylindrical-coordinate representation of color #4CC1CB: hue angle of 184.72º degrees, saturation: 0.55, 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 #4CC1CB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 193 | 203 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.20 |
| HSL | 184.72º | 0.55% | 0.55% | - |
| HSV(B) | 184.72º | 0.63% | 0.8% | - |
| XYZ | 32.83 | 43.99 | 63.26 | - |
| YUV | 159.16 | 152.74 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 203 | 0.63 | 0.05 | 0 | 0.20 | 184.72 | 0.55 | 0.55 |
| Hex | 4C | C1 | CB | 3F | 5 | 0 | 14 | B9 | 37 | 37 |
| Octal | 114 | 301 | 313 | 77 | 5 | 0 | 24 | 271 | 67 | 67 |
| Binary | 1001100 | 11000001 | 11001011 | 111111 | 101 | 0 | 10100 | 10111001 | 110111 | 110111 |
Color Harmonies of #4CC1CB
Complementary color
Monochromatic Colors of #4CC1CB
Black with #4CC1CB
Text Example
Text Example
White with #4CC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC1CB; }
p { color: rgb(76,193,203); }
H1.HeaderClassName
{
color: #4CC1CB;
}
.AnyTagClassName
{
color: #4CC1CB;
}
</style>
background-color css
<style>
a { background-color: #4CC1CB; }
a { background-color: rgb(76,193,203); }
div.DivClassName
{
background-color: #4CC1CB;
}
.BgClassName
{
background-color: #4CC1CB;
}
</style>
border-color css
<style>
span { border-color: #4CC1CB; }
span { border-color: rgb(76,193,203); }
td.TdClassName
{
border-color: #4CC1CB;
}
.TagClassName
{
border-color: #4CC1CB;
}
</style>