Shades of Viking #41BEC9
Tints of Viking #41BEC9
RGB
CMYK
RGB Variations
Color information
#41BEC9 (or 0x41BEC9) is known color: Viking. HEX triplet: 41, BE and C9. RGB value is (65,190,201). Sum of RGB (Red+Green+Blue) = 65+190+201=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #41BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEC9 is #BE4136. Grayscale: #999999. Windows color (decimal): -12468535 or 13221441. OLE color: 13221441.
HSL color Cylindrical-coordinate representation of color #41BEC9: hue angle of 184.85º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BEC9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 190 | 201 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.21 |
| HSL | 184.85º | 0.56% | 0.52% | - |
| HSV(B) | 184.85º | 0.68% | 0.79% | - |
| XYZ | 31.14 | 42.17 | 61.76 | - |
| YUV | 153.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 201 | 0.68 | 0.05 | 0 | 0.21 | 184.85 | 0.56 | 0.52 |
| Hex | 41 | BE | C9 | 44 | 5 | 0 | 15 | B9 | 38 | 34 |
| Octal | 101 | 276 | 311 | 104 | 5 | 0 | 25 | 271 | 70 | 64 |
| Binary | 1000001 | 10111110 | 11001001 | 1000100 | 101 | 0 | 10101 | 10111001 | 111000 | 110100 |
Color Harmonies of #41BEC9
Complementary color
Monochromatic Colors of #41BEC9
Black with #41BEC9
Text Example
Text Example
White with #41BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEC9; }
p { color: rgb(65,190,201); }
H1.HeaderClassName
{
color: #41BEC9;
}
.AnyTagClassName
{
color: #41BEC9;
}
</style>
background-color css
<style>
a { background-color: #41BEC9; }
a { background-color: rgb(65,190,201); }
div.DivClassName
{
background-color: #41BEC9;
}
.BgClassName
{
background-color: #41BEC9;
}
</style>
border-color css
<style>
span { border-color: #41BEC9; }
span { border-color: rgb(65,190,201); }
td.TdClassName
{
border-color: #41BEC9;
}
.TagClassName
{
border-color: #41BEC9;
}
</style>