Shades of Viking #41AAC5
Tints of Viking #41AAC5
RGB
CMYK
RGB Variations
Color information
#41AAC5 (or 0x41AAC5) is known color: Viking. HEX triplet: 41, AA and C5. RGB value is (65,170,197). Sum of RGB (Red+Green+Blue) = 65+170+197=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #41AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AAC5 is #BE553A. Grayscale: #8D8D8D. Windows color (decimal): -12473659 or 12954177. OLE color: 12954177.
HSL color Cylindrical-coordinate representation of color #41AAC5: hue angle of 192.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41AAC5 is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 170 | 197 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.23 |
| HSL | 192.27º | 0.53% | 0.51% | - |
| HSV(B) | 192.27º | 0.67% | 0.77% | - |
| XYZ | 26.63 | 33.9 | 57.96 | - |
| YUV | 141.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 197 | 0.67 | 0.14 | 0 | 0.23 | 192.27 | 0.53 | 0.51 |
| Hex | 41 | AA | C5 | 43 | E | 0 | 17 | C0 | 35 | 33 |
| Octal | 101 | 252 | 305 | 103 | 16 | 0 | 27 | 300 | 65 | 63 |
| Binary | 1000001 | 10101010 | 11000101 | 1000011 | 1110 | 0 | 10111 | 11000000 | 110101 | 110011 |
Color Harmonies of #41AAC5
Complementary color
Monochromatic Colors of #41AAC5
Black with #41AAC5
Text Example
Text Example
White with #41AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAC5; }
p { color: rgb(65,170,197); }
H1.HeaderClassName
{
color: #41AAC5;
}
.AnyTagClassName
{
color: #41AAC5;
}
</style>
background-color css
<style>
a { background-color: #41AAC5; }
a { background-color: rgb(65,170,197); }
div.DivClassName
{
background-color: #41AAC5;
}
.BgClassName
{
background-color: #41AAC5;
}
</style>
border-color css
<style>
span { border-color: #41AAC5; }
span { border-color: rgb(65,170,197); }
td.TdClassName
{
border-color: #41AAC5;
}
.TagClassName
{
border-color: #41AAC5;
}
</style>