Shades of Viking #41BCBF
Tints of Viking #41BCBF
RGB
CMYK
RGB Variations
Color information
#41BCBF (or 0x41BCBF) is known color: Viking. HEX triplet: 41, BC and BF. RGB value is (65,188,191). Sum of RGB (Red+Green+Blue) = 65+188+191=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #41BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCBF is #BE4340. Grayscale: #979797. Windows color (decimal): -12469057 or 12565569. OLE color: 12565569.
HSL color Cylindrical-coordinate representation of color #41BCBF: hue angle of 181.43º 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 #41BCBF is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 188 | 191 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.25 |
| HSL | 181.43º | 0.5% | 0.5% | - |
| HSV(B) | 181.43º | 0.66% | 0.75% | - |
| XYZ | 29.57 | 40.85 | 55.62 | - |
| YUV | 151.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 191 | 0.66 | 0.02 | 0 | 0.25 | 181.43 | 0.5 | 0.5 |
| Hex | 41 | BC | BF | 42 | 2 | 0 | 19 | B5 | 32 | 32 |
| Octal | 101 | 274 | 277 | 102 | 2 | 0 | 31 | 265 | 62 | 62 |
| Binary | 1000001 | 10111100 | 10111111 | 1000010 | 10 | 0 | 11001 | 10110101 | 110010 | 110010 |
Color Harmonies of #41BCBF
Complementary color
Monochromatic Colors of #41BCBF
Black with #41BCBF
Text Example
Text Example
White with #41BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCBF; }
p { color: rgb(65,188,191); }
H1.HeaderClassName
{
color: #41BCBF;
}
.AnyTagClassName
{
color: #41BCBF;
}
</style>
background-color css
<style>
a { background-color: #41BCBF; }
a { background-color: rgb(65,188,191); }
div.DivClassName
{
background-color: #41BCBF;
}
.BgClassName
{
background-color: #41BCBF;
}
</style>
border-color css
<style>
span { border-color: #41BCBF; }
span { border-color: rgb(65,188,191); }
td.TdClassName
{
border-color: #41BCBF;
}
.TagClassName
{
border-color: #41BCBF;
}
</style>