Shades of Viking #3ABACA
Tints of Viking #3ABACA
RGB
CMYK
RGB Variations
Color information
#3ABACA (or 0x3ABACA) is known color: Viking. HEX triplet: 3A, BA and CA. RGB value is (58,186,202). Sum of RGB (Red+Green+Blue) = 58+186+202=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #3ABACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABACA is #C54535. Grayscale: #959595. Windows color (decimal): -12928310 or 13285946. OLE color: 13285946.
HSL color Cylindrical-coordinate representation of color #3ABACA: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABACA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 186 | 202 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.21 |
| HSL | 186.67º | 0.58% | 0.51% | - |
| HSV(B) | 186.67º | 0.71% | 0.79% | - |
| XYZ | 29.96 | 40.28 | 62.07 | - |
| YUV | 149.55 | 157.59 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 202 | 0.71 | 0.08 | 0 | 0.21 | 186.67 | 0.58 | 0.51 |
| Hex | 3A | BA | CA | 47 | 8 | 0 | 15 | BB | 3A | 33 |
| Octal | 72 | 272 | 312 | 107 | 10 | 0 | 25 | 273 | 72 | 63 |
| Binary | 111010 | 10111010 | 11001010 | 1000111 | 1000 | 0 | 10101 | 10111011 | 111010 | 110011 |
Color Harmonies of #3ABACA
Complementary color
Monochromatic Colors of #3ABACA
Black with #3ABACA
Text Example
Text Example
White with #3ABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABACA; }
p { color: rgb(58,186,202); }
H1.HeaderClassName
{
color: #3ABACA;
}
.AnyTagClassName
{
color: #3ABACA;
}
</style>
background-color css
<style>
a { background-color: #3ABACA; }
a { background-color: rgb(58,186,202); }
div.DivClassName
{
background-color: #3ABACA;
}
.BgClassName
{
background-color: #3ABACA;
}
</style>
border-color css
<style>
span { border-color: #3ABACA; }
span { border-color: rgb(58,186,202); }
td.TdClassName
{
border-color: #3ABACA;
}
.TagClassName
{
border-color: #3ABACA;
}
</style>