Shades of Viking #3ABABB
Tints of Viking #3ABABB
RGB
CMYK
RGB Variations
Color information
#3ABABB (or 0x3ABABB) is known color: Viking. HEX triplet: 3A, BA and BB. RGB value is (58,186,187). Sum of RGB (Red+Green+Blue) = 58+186+187=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #3ABABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABABB is #C54544. Grayscale: #939393. Windows color (decimal): -12928325 or 12302906. OLE color: 12302906.
HSL color Cylindrical-coordinate representation of color #3ABABB: hue angle of 180.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABABB is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 187 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.27 |
| HSL | 180.47º | 0.53% | 0.48% | - |
| HSV(B) | 180.47º | 0.69% | 0.73% | - |
| XYZ | 28.27 | 39.61 | 53.17 | - |
| YUV | 147.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 187 | 0.69 | 0.01 | 0 | 0.27 | 180.47 | 0.53 | 0.48 |
| Hex | 3A | BA | BB | 45 | 1 | 0 | 1B | B4 | 35 | 30 |
| Octal | 72 | 272 | 273 | 105 | 1 | 0 | 33 | 264 | 65 | 60 |
| Binary | 111010 | 10111010 | 10111011 | 1000101 | 1 | 0 | 11011 | 10110100 | 110101 | 110000 |
Color Harmonies of #3ABABB
Complementary color
Monochromatic Colors of #3ABABB
Black with #3ABABB
Text Example
Text Example
White with #3ABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABABB; }
p { color: rgb(58,186,187); }
H1.HeaderClassName
{
color: #3ABABB;
}
.AnyTagClassName
{
color: #3ABABB;
}
</style>
background-color css
<style>
a { background-color: #3ABABB; }
a { background-color: rgb(58,186,187); }
div.DivClassName
{
background-color: #3ABABB;
}
.BgClassName
{
background-color: #3ABABB;
}
</style>
border-color css
<style>
span { border-color: #3ABABB; }
span { border-color: rgb(58,186,187); }
td.TdClassName
{
border-color: #3ABABB;
}
.TagClassName
{
border-color: #3ABABB;
}
</style>