Shades of Viking #3AACBC
Tints of Viking #3AACBC
RGB
CMYK
RGB Variations
Color information
#3AACBC (or 0x3AACBC) is known color: Viking. HEX triplet: 3A, AC and BC. RGB value is (58,172,188). Sum of RGB (Red+Green+Blue) = 58+172+188=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #3AACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACBC is #C55343. Grayscale: #8B8B8B. Windows color (decimal): -12931908 or 12364858. OLE color: 12364858.
HSL color Cylindrical-coordinate representation of color #3AACBC: hue angle of 187.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AACBC is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 172 | 188 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.26 |
| HSL | 187.38º | 0.53% | 0.48% | - |
| HSV(B) | 187.38º | 0.69% | 0.74% | - |
| XYZ | 25.57 | 34.04 | 52.8 | - |
| YUV | 139.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 188 | 0.69 | 0.09 | 0 | 0.26 | 187.38 | 0.53 | 0.48 |
| Hex | 3A | AC | BC | 45 | 9 | 0 | 1A | BB | 35 | 30 |
| Octal | 72 | 254 | 274 | 105 | 11 | 0 | 32 | 273 | 65 | 60 |
| Binary | 111010 | 10101100 | 10111100 | 1000101 | 1001 | 0 | 11010 | 10111011 | 110101 | 110000 |
Color Harmonies of #3AACBC
Complementary color
Monochromatic Colors of #3AACBC
Black with #3AACBC
Text Example
Text Example
White with #3AACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACBC; }
p { color: rgb(58,172,188); }
H1.HeaderClassName
{
color: #3AACBC;
}
.AnyTagClassName
{
color: #3AACBC;
}
</style>
background-color css
<style>
a { background-color: #3AACBC; }
a { background-color: rgb(58,172,188); }
div.DivClassName
{
background-color: #3AACBC;
}
.BgClassName
{
background-color: #3AACBC;
}
</style>
border-color css
<style>
span { border-color: #3AACBC; }
span { border-color: rgb(58,172,188); }
td.TdClassName
{
border-color: #3AACBC;
}
.TagClassName
{
border-color: #3AACBC;
}
</style>