Shades of Viking #3ABBBE
Tints of Viking #3ABBBE
RGB
CMYK
RGB Variations
Color information
#3ABBBE (or 0x3ABBBE) is known color: Viking. HEX triplet: 3A, BB and BE. RGB value is (58,187,190). Sum of RGB (Red+Green+Blue) = 58+187+190=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #3ABBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBBE is #C54441. Grayscale: #949494. Windows color (decimal): -12928066 or 12499770. OLE color: 12499770.
HSL color Cylindrical-coordinate representation of color #3ABBBE: hue angle of 181.36º 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 #3ABBBE is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 187 | 190 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.25 |
| HSL | 181.36º | 0.53% | 0.49% | - |
| HSV(B) | 181.36º | 0.69% | 0.75% | - |
| XYZ | 28.81 | 40.16 | 54.95 | - |
| YUV | 148.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 190 | 0.69 | 0.02 | 0 | 0.25 | 181.36 | 0.53 | 0.49 |
| Hex | 3A | BB | BE | 45 | 2 | 0 | 19 | B5 | 35 | 31 |
| Octal | 72 | 273 | 276 | 105 | 2 | 0 | 31 | 265 | 65 | 61 |
| Binary | 111010 | 10111011 | 10111110 | 1000101 | 10 | 0 | 11001 | 10110101 | 110101 | 110001 |
Color Harmonies of #3ABBBE
Complementary color
Monochromatic Colors of #3ABBBE
Black with #3ABBBE
Text Example
Text Example
White with #3ABBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABBBE; }
p { color: rgb(58,187,190); }
H1.HeaderClassName
{
color: #3ABBBE;
}
.AnyTagClassName
{
color: #3ABBBE;
}
</style>
background-color css
<style>
a { background-color: #3ABBBE; }
a { background-color: rgb(58,187,190); }
div.DivClassName
{
background-color: #3ABBBE;
}
.BgClassName
{
background-color: #3ABBBE;
}
</style>
border-color css
<style>
span { border-color: #3ABBBE; }
span { border-color: rgb(58,187,190); }
td.TdClassName
{
border-color: #3ABBBE;
}
.TagClassName
{
border-color: #3ABBBE;
}
</style>