Shades of Viking #3ABDC0
Tints of Viking #3ABDC0
RGB
CMYK
RGB Variations
Color information
#3ABDC0 (or 0x3ABDC0) is known color: Viking. HEX triplet: 3A, BD and C0. RGB value is (58,189,192). Sum of RGB (Red+Green+Blue) = 58+189+192=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #3ABDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDC0 is #C5423F. Grayscale: #969696. Windows color (decimal): -12927552 or 12631354. OLE color: 12631354.
HSL color Cylindrical-coordinate representation of color #3ABDC0: hue angle of 181.34º 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 #3ABDC0 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 189 | 192 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.25 |
| HSL | 181.34º | 0.54% | 0.49% | - |
| HSV(B) | 181.34º | 0.7% | 0.75% | - |
| XYZ | 29.46 | 41.1 | 56.25 | - |
| YUV | 150.17 | 151.6 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 192 | 0.70 | 0.02 | 0 | 0.25 | 181.34 | 0.54 | 0.49 |
| Hex | 3A | BD | C0 | 46 | 2 | 0 | 19 | B5 | 36 | 31 |
| Octal | 72 | 275 | 300 | 106 | 2 | 0 | 31 | 265 | 66 | 61 |
| Binary | 111010 | 10111101 | 11000000 | 1000110 | 10 | 0 | 11001 | 10110101 | 110110 | 110001 |
Color Harmonies of #3ABDC0
Complementary color
Monochromatic Colors of #3ABDC0
Black with #3ABDC0
Text Example
Text Example
White with #3ABDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDC0; }
p { color: rgb(58,189,192); }
H1.HeaderClassName
{
color: #3ABDC0;
}
.AnyTagClassName
{
color: #3ABDC0;
}
</style>
background-color css
<style>
a { background-color: #3ABDC0; }
a { background-color: rgb(58,189,192); }
div.DivClassName
{
background-color: #3ABDC0;
}
.BgClassName
{
background-color: #3ABDC0;
}
</style>
border-color css
<style>
span { border-color: #3ABDC0; }
span { border-color: rgb(58,189,192); }
td.TdClassName
{
border-color: #3ABDC0;
}
.TagClassName
{
border-color: #3ABDC0;
}
</style>