Shades of Viking #41BAB6
Tints of Viking #41BAB6
RGB
CMYK
RGB Variations
Color information
#41BAB6 (or 0x41BAB6) is known color: Viking. HEX triplet: 41, BA and B6. RGB value is (65,186,182). Sum of RGB (Red+Green+Blue) = 65+186+182=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #41BAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BAB6 is #BE4549. Grayscale: #959595. Windows color (decimal): -12469578 or 11975233. OLE color: 11975233.
HSL color Cylindrical-coordinate representation of color #41BAB6: hue angle of 178.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BAB6 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 186 | 182 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.27 |
| HSL | 178.02º | 0.48% | 0.49% | - |
| HSV(B) | 178.02º | 0.65% | 0.73% | - |
| XYZ | 28.18 | 39.62 | 50.42 | - |
| YUV | 149.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 186 | 182 | 0.65 | 0 | 0.02 | 0.27 | 178.02 | 0.48 | 0.49 |
| Hex | 41 | BA | B6 | 41 | 0 | 2 | 1B | B2 | 30 | 31 |
| Octal | 101 | 272 | 266 | 101 | 0 | 2 | 33 | 262 | 60 | 61 |
| Binary | 1000001 | 10111010 | 10110110 | 1000001 | 0 | 10 | 11011 | 10110010 | 110000 | 110001 |
Color Harmonies of #41BAB6
Complementary color
Monochromatic Colors of #41BAB6
Black with #41BAB6
Text Example
Text Example
White with #41BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BAB6; }
p { color: rgb(65,186,182); }
H1.HeaderClassName
{
color: #41BAB6;
}
.AnyTagClassName
{
color: #41BAB6;
}
</style>
background-color css
<style>
a { background-color: #41BAB6; }
a { background-color: rgb(65,186,182); }
div.DivClassName
{
background-color: #41BAB6;
}
.BgClassName
{
background-color: #41BAB6;
}
</style>
border-color css
<style>
span { border-color: #41BAB6; }
span { border-color: rgb(65,186,182); }
td.TdClassName
{
border-color: #41BAB6;
}
.TagClassName
{
border-color: #41BAB6;
}
</style>