Shades of Viking #5EC1C7
Tints of Viking #5EC1C7
RGB
CMYK
RGB Variations
Color information
#5EC1C7 (or 0x5EC1C7) is known color: Viking. HEX triplet: 5E, C1 and C7. RGB value is (94,193,199). Sum of RGB (Red+Green+Blue) = 94+193+199=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #5EC1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1C7 is #A13E38. Grayscale: #A3A3A3. Windows color (decimal): -10567225 or 13091166. OLE color: 13091166.
HSL color Cylindrical-coordinate representation of color #5EC1C7: hue angle of 183.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC1C7 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 193 | 199 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.22 |
| HSL | 183.43º | 0.48% | 0.57% | - |
| HSV(B) | 183.43º | 0.53% | 0.78% | - |
| XYZ | 33.99 | 44.64 | 60.86 | - |
| YUV | 164.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 199 | 0.53 | 0.03 | 0 | 0.22 | 183.43 | 0.48 | 0.57 |
| Hex | 5E | C1 | C7 | 35 | 3 | 0 | 16 | B7 | 30 | 39 |
| Octal | 136 | 301 | 307 | 65 | 3 | 0 | 26 | 267 | 60 | 71 |
| Binary | 1011110 | 11000001 | 11000111 | 110101 | 11 | 0 | 10110 | 10110111 | 110000 | 111001 |
Color Harmonies of #5EC1C7
Complementary color
Monochromatic Colors of #5EC1C7
Black with #5EC1C7
Text Example
Text Example
White with #5EC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC1C7; }
p { color: rgb(94,193,199); }
H1.HeaderClassName
{
color: #5EC1C7;
}
.AnyTagClassName
{
color: #5EC1C7;
}
</style>
background-color css
<style>
a { background-color: #5EC1C7; }
a { background-color: rgb(94,193,199); }
div.DivClassName
{
background-color: #5EC1C7;
}
.BgClassName
{
background-color: #5EC1C7;
}
</style>
border-color css
<style>
span { border-color: #5EC1C7; }
span { border-color: rgb(94,193,199); }
td.TdClassName
{
border-color: #5EC1C7;
}
.TagClassName
{
border-color: #5EC1C7;
}
</style>