Shades of Viking #5EC1CB
Tints of Viking #5EC1CB
RGB
CMYK
RGB Variations
Color information
#5EC1CB (or 0x5EC1CB) is known color: Viking. HEX triplet: 5E, C1 and CB. RGB value is (94,193,203). Sum of RGB (Red+Green+Blue) = 94+193+203=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1CB is #A13E34. Grayscale: #A4A4A4. Windows color (decimal): -10567221 or 13353310. OLE color: 13353310.
HSL color Cylindrical-coordinate representation of color #5EC1CB: hue angle of 185.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC1CB is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 193 | 203 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.20 |
| HSL | 185.5º | 0.51% | 0.58% | - |
| HSV(B) | 185.5º | 0.54% | 0.8% | - |
| XYZ | 34.47 | 44.83 | 63.34 | - |
| YUV | 164.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 203 | 0.54 | 0.05 | 0 | 0.20 | 185.5 | 0.51 | 0.58 |
| Hex | 5E | C1 | CB | 36 | 5 | 0 | 14 | BA | 33 | 3A |
| Octal | 136 | 301 | 313 | 66 | 5 | 0 | 24 | 272 | 63 | 72 |
| Binary | 1011110 | 11000001 | 11001011 | 110110 | 101 | 0 | 10100 | 10111010 | 110011 | 111010 |
Color Harmonies of #5EC1CB
Complementary color
Monochromatic Colors of #5EC1CB
Black with #5EC1CB
Text Example
Text Example
White with #5EC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC1CB; }
p { color: rgb(94,193,203); }
H1.HeaderClassName
{
color: #5EC1CB;
}
.AnyTagClassName
{
color: #5EC1CB;
}
</style>
background-color css
<style>
a { background-color: #5EC1CB; }
a { background-color: rgb(94,193,203); }
div.DivClassName
{
background-color: #5EC1CB;
}
.BgClassName
{
background-color: #5EC1CB;
}
</style>
border-color css
<style>
span { border-color: #5EC1CB; }
span { border-color: rgb(94,193,203); }
td.TdClassName
{
border-color: #5EC1CB;
}
.TagClassName
{
border-color: #5EC1CB;
}
</style>