Shades of Viking #3ABBC0
Tints of Viking #3ABBC0
RGB
CMYK
RGB Variations
Color information
#3ABBC0 (or 0x3ABBC0) is known color: Viking. HEX triplet: 3A, BB and C0. RGB value is (58,187,192). Sum of RGB (Red+Green+Blue) = 58+187+192=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #3ABBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBC0 is #C5443F. Grayscale: #949494. Windows color (decimal): -12928064 or 12630842. OLE color: 12630842.
HSL color Cylindrical-coordinate representation of color #3ABBC0: hue angle of 182.24º 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 #3ABBC0 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 187 | 192 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.25 |
| HSL | 182.24º | 0.54% | 0.49% | - |
| HSV(B) | 182.24º | 0.7% | 0.75% | - |
| XYZ | 29.03 | 40.25 | 56.11 | - |
| YUV | 149 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 192 | 0.70 | 0.03 | 0 | 0.25 | 182.24 | 0.54 | 0.49 |
| Hex | 3A | BB | C0 | 46 | 3 | 0 | 19 | B6 | 36 | 31 |
| Octal | 72 | 273 | 300 | 106 | 3 | 0 | 31 | 266 | 66 | 61 |
| Binary | 111010 | 10111011 | 11000000 | 1000110 | 11 | 0 | 11001 | 10110110 | 110110 | 110001 |
Color Harmonies of #3ABBC0
Complementary color
Monochromatic Colors of #3ABBC0
Black with #3ABBC0
Text Example
Text Example
White with #3ABBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBC0; }
p { color: rgb(58,187,192); }
H1.HeaderClassName
{
color: #3ABBC0;
}
.AnyTagClassName
{
color: #3ABBC0;
}
</style>
background-color css
<style>
a { background-color: #3ABBC0; }
a { background-color: rgb(58,187,192); }
div.DivClassName
{
background-color: #3ABBC0;
}
.BgClassName
{
background-color: #3ABBC0;
}
</style>
border-color css
<style>
span { border-color: #3ABBC0; }
span { border-color: rgb(58,187,192); }
td.TdClassName
{
border-color: #3ABBC0;
}
.TagClassName
{
border-color: #3ABBC0;
}
</style>