Shades of Viking #3AAEBA
Tints of Viking #3AAEBA
RGB
CMYK
RGB Variations
Color information
#3AAEBA (or 0x3AAEBA) is known color: Viking. HEX triplet: 3A, AE and BA. RGB value is (58,174,186). Sum of RGB (Red+Green+Blue) = 58+174+186=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #3AAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEBA is #C55145. Grayscale: #8C8C8C. Windows color (decimal): -12931398 or 12234298. OLE color: 12234298.
HSL color Cylindrical-coordinate representation of color #3AAEBA: hue angle of 185.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AAEBA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 174 | 186 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.27 |
| HSL | 185.63º | 0.52% | 0.48% | - |
| HSV(B) | 185.63º | 0.69% | 0.73% | - |
| XYZ | 25.74 | 34.72 | 51.8 | - |
| YUV | 140.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 186 | 0.69 | 0.06 | 0 | 0.27 | 185.63 | 0.52 | 0.48 |
| Hex | 3A | AE | BA | 45 | 6 | 0 | 1B | BA | 34 | 30 |
| Octal | 72 | 256 | 272 | 105 | 6 | 0 | 33 | 272 | 64 | 60 |
| Binary | 111010 | 10101110 | 10111010 | 1000101 | 110 | 0 | 11011 | 10111010 | 110100 | 110000 |
Color Harmonies of #3AAEBA
Complementary color
Monochromatic Colors of #3AAEBA
Black with #3AAEBA
Text Example
Text Example
White with #3AAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAEBA; }
p { color: rgb(58,174,186); }
H1.HeaderClassName
{
color: #3AAEBA;
}
.AnyTagClassName
{
color: #3AAEBA;
}
</style>
background-color css
<style>
a { background-color: #3AAEBA; }
a { background-color: rgb(58,174,186); }
div.DivClassName
{
background-color: #3AAEBA;
}
.BgClassName
{
background-color: #3AAEBA;
}
</style>
border-color css
<style>
span { border-color: #3AAEBA; }
span { border-color: rgb(58,174,186); }
td.TdClassName
{
border-color: #3AAEBA;
}
.TagClassName
{
border-color: #3AAEBA;
}
</style>