Shades of Viking #41BBBB
Tints of Viking #41BBBB
RGB
CMYK
RGB Variations
Color information
#41BBBB (or 0x41BBBB) is known color: Viking. HEX triplet: 41, BB and BB. RGB value is (65,187,187). Sum of RGB (Red+Green+Blue) = 65+187+187=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #41BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBBB is #BE4444. Grayscale: #969696. Windows color (decimal): -12469317 or 12303169. OLE color: 12303169.
HSL color Cylindrical-coordinate representation of color #41BBBB: hue angle of 180º 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 #41BBBB is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 187 | - |
| CMYK | 0.65 | 0 | 0 | 0.27 |
| HSL | 180º | 0.48% | 0.49% | - |
| HSV(B) | 180º | 0.65% | 0.73% | - |
| XYZ | 28.92 | 40.25 | 53.26 | - |
| YUV | 150.52 | 148.58 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 187 | 0.65 | 0 | 0 | 0.27 | 180 | 0.48 | 0.49 |
| Hex | 41 | BB | BB | 41 | 0 | 0 | 1B | B4 | 30 | 31 |
| Octal | 101 | 273 | 273 | 101 | 0 | 0 | 33 | 264 | 60 | 61 |
| Binary | 1000001 | 10111011 | 10111011 | 1000001 | 0 | 0 | 11011 | 10110100 | 110000 | 110001 |
Color Harmonies of #41BBBB
Complementary color
Monochromatic Colors of #41BBBB
Black with #41BBBB
Text Example
Text Example
White with #41BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BBBB; }
p { color: rgb(65,187,187); }
H1.HeaderClassName
{
color: #41BBBB;
}
.AnyTagClassName
{
color: #41BBBB;
}
</style>
background-color css
<style>
a { background-color: #41BBBB; }
a { background-color: rgb(65,187,187); }
div.DivClassName
{
background-color: #41BBBB;
}
.BgClassName
{
background-color: #41BBBB;
}
</style>
border-color css
<style>
span { border-color: #41BBBB; }
span { border-color: rgb(65,187,187); }
td.TdClassName
{
border-color: #41BBBB;
}
.TagClassName
{
border-color: #41BBBB;
}
</style>