Shades of Viking #5AC0CC
Tints of Viking #5AC0CC
RGB
CMYK
RGB Variations
Color information
#5AC0CC (or 0x5AC0CC) is known color: Viking. HEX triplet: 5A, C0 and CC. RGB value is (90,192,204). Sum of RGB (Red+Green+Blue) = 90+192+204=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AC0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0CC is #A53F33. Grayscale: #A2A2A2. Windows color (decimal): -10829620 or 13418586. OLE color: 13418586.
HSL color Cylindrical-coordinate representation of color #5AC0CC: hue angle of 186.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC0CC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 192 | 204 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.2 |
| HSL | 186.32º | 0.53% | 0.58% | - |
| HSV(B) | 186.32º | 0.56% | 0.8% | - |
| XYZ | 33.97 | 44.23 | 63.87 | - |
| YUV | 162.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 204 | 0.56 | 0.06 | 0 | 0.2 | 186.32 | 0.53 | 0.58 |
| Hex | 5A | C0 | CC | 38 | 6 | 0 | 14 | BA | 35 | 3A |
| Octal | 132 | 300 | 314 | 70 | 6 | 0 | 24 | 272 | 65 | 72 |
| Binary | 1011010 | 11000000 | 11001100 | 111000 | 110 | 0 | 10100 | 10111010 | 110101 | 111010 |
Color Harmonies of #5AC0CC
Complementary color
Monochromatic Colors of #5AC0CC
Black with #5AC0CC
Text Example
Text Example
White with #5AC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC0CC; }
p { color: rgb(90,192,204); }
H1.HeaderClassName
{
color: #5AC0CC;
}
.AnyTagClassName
{
color: #5AC0CC;
}
</style>
background-color css
<style>
a { background-color: #5AC0CC; }
a { background-color: rgb(90,192,204); }
div.DivClassName
{
background-color: #5AC0CC;
}
.BgClassName
{
background-color: #5AC0CC;
}
</style>
border-color css
<style>
span { border-color: #5AC0CC; }
span { border-color: rgb(90,192,204); }
td.TdClassName
{
border-color: #5AC0CC;
}
.TagClassName
{
border-color: #5AC0CC;
}
</style>