Shades of Viking #41B8BC
Tints of Viking #41B8BC
RGB
CMYK
RGB Variations
Color information
#41B8BC (or 0x41B8BC) is known color: Viking. HEX triplet: 41, B8 and BC. RGB value is (65,184,188). Sum of RGB (Red+Green+Blue) = 65+184+188=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #41B8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B8BC is #BE4743. Grayscale: #949494. Windows color (decimal): -12470084 or 12367937. OLE color: 12367937.
HSL color Cylindrical-coordinate representation of color #41B8BC: hue angle of 181.95º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B8BC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 184 | 188 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.26 |
| HSL | 181.95º | 0.49% | 0.5% | - |
| HSV(B) | 181.95º | 0.65% | 0.74% | - |
| XYZ | 28.4 | 39.04 | 53.61 | - |
| YUV | 148.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 184 | 188 | 0.65 | 0.02 | 0 | 0.26 | 181.95 | 0.49 | 0.5 |
| Hex | 41 | B8 | BC | 41 | 2 | 0 | 1A | B6 | 31 | 32 |
| Octal | 101 | 270 | 274 | 101 | 2 | 0 | 32 | 266 | 61 | 62 |
| Binary | 1000001 | 10111000 | 10111100 | 1000001 | 10 | 0 | 11010 | 10110110 | 110001 | 110010 |
Color Harmonies of #41B8BC
Complementary color
Monochromatic Colors of #41B8BC
Black with #41B8BC
Text Example
Text Example
White with #41B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B8BC; }
p { color: rgb(65,184,188); }
H1.HeaderClassName
{
color: #41B8BC;
}
.AnyTagClassName
{
color: #41B8BC;
}
</style>
background-color css
<style>
a { background-color: #41B8BC; }
a { background-color: rgb(65,184,188); }
div.DivClassName
{
background-color: #41B8BC;
}
.BgClassName
{
background-color: #41B8BC;
}
</style>
border-color css
<style>
span { border-color: #41B8BC; }
span { border-color: rgb(65,184,188); }
td.TdClassName
{
border-color: #41B8BC;
}
.TagClassName
{
border-color: #41B8BC;
}
</style>