Shades of Viking #5EC2CD
Tints of Viking #5EC2CD
RGB
CMYK
RGB Variations
Color information
#5EC2CD (or 0x5EC2CD) is known color: Viking. HEX triplet: 5E, C2 and CD. RGB value is (94,194,205). Sum of RGB (Red+Green+Blue) = 94+194+205=493 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.07% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EC2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC2CD is #A13D32. Grayscale: #A5A5A5. Windows color (decimal): -10566963 or 13484638. OLE color: 13484638.
HSL color Cylindrical-coordinate representation of color #5EC2CD: hue angle of 185.95º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EC2CD is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 194 | 205 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.20 |
| HSL | 185.95º | 0.53% | 0.59% | - |
| HSV(B) | 185.95º | 0.54% | 0.8% | - |
| XYZ | 34.93 | 45.37 | 64.67 | - |
| YUV | 165.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 205 | 0.54 | 0.05 | 0 | 0.20 | 185.95 | 0.53 | 0.59 |
| Hex | 5E | C2 | CD | 36 | 5 | 0 | 14 | BA | 35 | 3B |
| Octal | 136 | 302 | 315 | 66 | 5 | 0 | 24 | 272 | 65 | 73 |
| Binary | 1011110 | 11000010 | 11001101 | 110110 | 101 | 0 | 10100 | 10111010 | 110101 | 111011 |
Color Harmonies of #5EC2CD
Complementary color
Monochromatic Colors of #5EC2CD
Black with #5EC2CD
Text Example
Text Example
White with #5EC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC2CD; }
p { color: rgb(94,194,205); }
H1.HeaderClassName
{
color: #5EC2CD;
}
.AnyTagClassName
{
color: #5EC2CD;
}
</style>
background-color css
<style>
a { background-color: #5EC2CD; }
a { background-color: rgb(94,194,205); }
div.DivClassName
{
background-color: #5EC2CD;
}
.BgClassName
{
background-color: #5EC2CD;
}
</style>
border-color css
<style>
span { border-color: #5EC2CD; }
span { border-color: rgb(94,194,205); }
td.TdClassName
{
border-color: #5EC2CD;
}
.TagClassName
{
border-color: #5EC2CD;
}
</style>