Shades of Viking #3AB1BE
Tints of Viking #3AB1BE
RGB
CMYK
RGB Variations
Color information
#3AB1BE (or 0x3AB1BE) is known color: Viking. HEX triplet: 3A, B1 and BE. RGB value is (58,177,190). Sum of RGB (Red+Green+Blue) = 58+177+190=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB1BE is #C54E41. Grayscale: #8E8E8E. Windows color (decimal): -12930626 or 12497210. OLE color: 12497210.
HSL color Cylindrical-coordinate representation of color #3AB1BE: hue angle of 185.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB1BE is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 177 | 190 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.25 |
| HSL | 185.91º | 0.53% | 0.49% | - |
| HSV(B) | 185.91º | 0.69% | 0.75% | - |
| XYZ | 26.76 | 36.06 | 54.27 | - |
| YUV | 142.9 | 154.58 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 190 | 0.69 | 0.07 | 0 | 0.25 | 185.91 | 0.53 | 0.49 |
| Hex | 3A | B1 | BE | 45 | 7 | 0 | 19 | BA | 35 | 31 |
| Octal | 72 | 261 | 276 | 105 | 7 | 0 | 31 | 272 | 65 | 61 |
| Binary | 111010 | 10110001 | 10111110 | 1000101 | 111 | 0 | 11001 | 10111010 | 110101 | 110001 |
Color Harmonies of #3AB1BE
Complementary color
Monochromatic Colors of #3AB1BE
Black with #3AB1BE
Text Example
Text Example
White with #3AB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1BE; }
p { color: rgb(58,177,190); }
H1.HeaderClassName
{
color: #3AB1BE;
}
.AnyTagClassName
{
color: #3AB1BE;
}
</style>
background-color css
<style>
a { background-color: #3AB1BE; }
a { background-color: rgb(58,177,190); }
div.DivClassName
{
background-color: #3AB1BE;
}
.BgClassName
{
background-color: #3AB1BE;
}
</style>
border-color css
<style>
span { border-color: #3AB1BE; }
span { border-color: rgb(58,177,190); }
td.TdClassName
{
border-color: #3AB1BE;
}
.TagClassName
{
border-color: #3AB1BE;
}
</style>