Shades of Viking #41BAC0
Tints of Viking #41BAC0
RGB
CMYK
RGB Variations
Color information
#41BAC0 (or 0x41BAC0) is known color: Viking. HEX triplet: 41, BA and C0. RGB value is (65,186,192). Sum of RGB (Red+Green+Blue) = 65+186+192=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #41BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BAC0 is #BE453F. Grayscale: #969696. Windows color (decimal): -12469568 or 12630593. OLE color: 12630593.
HSL color Cylindrical-coordinate representation of color #41BAC0: hue angle of 182.83º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BAC0 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 186 | 192 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.25 |
| HSL | 182.83º | 0.5% | 0.5% | - |
| HSV(B) | 182.83º | 0.66% | 0.75% | - |
| XYZ | 29.25 | 40.05 | 56.06 | - |
| YUV | 150.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 192 | 0.66 | 0.03 | 0 | 0.25 | 182.83 | 0.5 | 0.5 |
| Hex | 41 | BA | C0 | 42 | 3 | 0 | 19 | B7 | 32 | 32 |
| Octal | 101 | 272 | 300 | 102 | 3 | 0 | 31 | 267 | 62 | 62 |
| Binary | 1000001 | 10111010 | 11000000 | 1000010 | 11 | 0 | 11001 | 10110111 | 110010 | 110010 |
Color Harmonies of #41BAC0
Complementary color
Monochromatic Colors of #41BAC0
Black with #41BAC0
Text Example
Text Example
White with #41BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BAC0; }
p { color: rgb(65,186,192); }
H1.HeaderClassName
{
color: #41BAC0;
}
.AnyTagClassName
{
color: #41BAC0;
}
</style>
background-color css
<style>
a { background-color: #41BAC0; }
a { background-color: rgb(65,186,192); }
div.DivClassName
{
background-color: #41BAC0;
}
.BgClassName
{
background-color: #41BAC0;
}
</style>
border-color css
<style>
span { border-color: #41BAC0; }
span { border-color: rgb(65,186,192); }
td.TdClassName
{
border-color: #41BAC0;
}
.TagClassName
{
border-color: #41BAC0;
}
</style>