Shades of Viking #3AB8C0
Tints of Viking #3AB8C0
RGB
CMYK
RGB Variations
Color information
#3AB8C0 (or 0x3AB8C0) is known color: Viking. HEX triplet: 3A, B8 and C0. RGB value is (58,184,192). Sum of RGB (Red+Green+Blue) = 58+184+192=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #3AB8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB8C0 is #C5473F. Grayscale: #939393. Windows color (decimal): -12928832 or 12630074. OLE color: 12630074.
HSL color Cylindrical-coordinate representation of color #3AB8C0: hue angle of 183.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AB8C0 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 184 | 192 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.25 |
| HSL | 183.58º | 0.54% | 0.49% | - |
| HSV(B) | 183.58º | 0.7% | 0.75% | - |
| XYZ | 28.4 | 38.99 | 55.9 | - |
| YUV | 147.24 | 153.26 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 192 | 0.70 | 0.04 | 0 | 0.25 | 183.58 | 0.54 | 0.49 |
| Hex | 3A | B8 | C0 | 46 | 4 | 0 | 19 | B8 | 36 | 31 |
| Octal | 72 | 270 | 300 | 106 | 4 | 0 | 31 | 270 | 66 | 61 |
| Binary | 111010 | 10111000 | 11000000 | 1000110 | 100 | 0 | 11001 | 10111000 | 110110 | 110001 |
Color Harmonies of #3AB8C0
Complementary color
Monochromatic Colors of #3AB8C0
Black with #3AB8C0
Text Example
Text Example
White with #3AB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB8C0; }
p { color: rgb(58,184,192); }
H1.HeaderClassName
{
color: #3AB8C0;
}
.AnyTagClassName
{
color: #3AB8C0;
}
</style>
background-color css
<style>
a { background-color: #3AB8C0; }
a { background-color: rgb(58,184,192); }
div.DivClassName
{
background-color: #3AB8C0;
}
.BgClassName
{
background-color: #3AB8C0;
}
</style>
border-color css
<style>
span { border-color: #3AB8C0; }
span { border-color: rgb(58,184,192); }
td.TdClassName
{
border-color: #3AB8C0;
}
.TagClassName
{
border-color: #3AB8C0;
}
</style>