Shades of Viking #3ABCC1
Tints of Viking #3ABCC1
RGB
CMYK
RGB Variations
Color information
#3ABCC1 (or 0x3ABCC1) is known color: Viking. HEX triplet: 3A, BC and C1. RGB value is (58,188,193). Sum of RGB (Red+Green+Blue) = 58+188+193=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #3ABCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCC1 is #C5433E. Grayscale: #959595. Windows color (decimal): -12927807 or 12696634. OLE color: 12696634.
HSL color Cylindrical-coordinate representation of color #3ABCC1: hue angle of 182.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABCC1 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 188 | 193 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.24 |
| HSL | 182.22º | 0.54% | 0.49% | - |
| HSV(B) | 182.22º | 0.7% | 0.76% | - |
| XYZ | 29.35 | 40.72 | 56.76 | - |
| YUV | 149.7 | 152.43 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 193 | 0.70 | 0.03 | 0 | 0.24 | 182.22 | 0.54 | 0.49 |
| Hex | 3A | BC | C1 | 46 | 3 | 0 | 18 | B6 | 36 | 31 |
| Octal | 72 | 274 | 301 | 106 | 3 | 0 | 30 | 266 | 66 | 61 |
| Binary | 111010 | 10111100 | 11000001 | 1000110 | 11 | 0 | 11000 | 10110110 | 110110 | 110001 |
Color Harmonies of #3ABCC1
Complementary color
Monochromatic Colors of #3ABCC1
Black with #3ABCC1
Text Example
Text Example
White with #3ABCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCC1; }
p { color: rgb(58,188,193); }
H1.HeaderClassName
{
color: #3ABCC1;
}
.AnyTagClassName
{
color: #3ABCC1;
}
</style>
background-color css
<style>
a { background-color: #3ABCC1; }
a { background-color: rgb(58,188,193); }
div.DivClassName
{
background-color: #3ABCC1;
}
.BgClassName
{
background-color: #3ABCC1;
}
</style>
border-color css
<style>
span { border-color: #3ABCC1; }
span { border-color: rgb(58,188,193); }
td.TdClassName
{
border-color: #3ABCC1;
}
.TagClassName
{
border-color: #3ABCC1;
}
</style>