Shades of Viking #5EBAC4
Tints of Viking #5EBAC4
RGB
CMYK
RGB Variations
Color information
#5EBAC4 (or 0x5EBAC4) is known color: Viking. HEX triplet: 5E, BA and C4. RGB value is (94,186,196). Sum of RGB (Red+Green+Blue) = 94+186+196=476 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.75% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #5EBAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAC4 is #A1453B. Grayscale: #9F9F9F. Windows color (decimal): -10569020 or 12892766. OLE color: 12892766.
HSL color Cylindrical-coordinate representation of color #5EBAC4: hue angle of 185.88º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EBAC4 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 186 | 196 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.23 |
| HSL | 185.88º | 0.46% | 0.57% | - |
| HSV(B) | 185.88º | 0.52% | 0.77% | - |
| XYZ | 32.14 | 41.48 | 58.54 | - |
| YUV | 159.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 196 | 0.52 | 0.05 | 0 | 0.23 | 185.88 | 0.46 | 0.57 |
| Hex | 5E | BA | C4 | 34 | 5 | 0 | 17 | BA | 2E | 39 |
| Octal | 136 | 272 | 304 | 64 | 5 | 0 | 27 | 272 | 56 | 71 |
| Binary | 1011110 | 10111010 | 11000100 | 110100 | 101 | 0 | 10111 | 10111010 | 101110 | 111001 |
Color Harmonies of #5EBAC4
Complementary color
Monochromatic Colors of #5EBAC4
Black with #5EBAC4
Text Example
Text Example
White with #5EBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAC4; }
p { color: rgb(94,186,196); }
H1.HeaderClassName
{
color: #5EBAC4;
}
.AnyTagClassName
{
color: #5EBAC4;
}
</style>
background-color css
<style>
a { background-color: #5EBAC4; }
a { background-color: rgb(94,186,196); }
div.DivClassName
{
background-color: #5EBAC4;
}
.BgClassName
{
background-color: #5EBAC4;
}
</style>
border-color css
<style>
span { border-color: #5EBAC4; }
span { border-color: rgb(94,186,196); }
td.TdClassName
{
border-color: #5EBAC4;
}
.TagClassName
{
border-color: #5EBAC4;
}
</style>