Shades of Viking #41ACBE
Tints of Viking #41ACBE
RGB
CMYK
RGB Variations
Color information
#41ACBE (or 0x41ACBE) is known color: Viking. HEX triplet: 41, AC and BE. RGB value is (65,172,190). Sum of RGB (Red+Green+Blue) = 65+172+190=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #41ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACBE is #BE5341. Grayscale: #8D8D8D. Windows color (decimal): -12473154 or 12495937. OLE color: 12495937.
HSL color Cylindrical-coordinate representation of color #41ACBE: hue angle of 188.64º degrees, saturation: 0.49, 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 #41ACBE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 172 | 190 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.25 |
| HSL | 188.64º | 0.49% | 0.5% | - |
| HSV(B) | 188.64º | 0.66% | 0.75% | - |
| XYZ | 26.23 | 34.35 | 53.96 | - |
| YUV | 142.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 190 | 0.66 | 0.09 | 0 | 0.25 | 188.64 | 0.49 | 0.5 |
| Hex | 41 | AC | BE | 42 | 9 | 0 | 19 | BD | 31 | 32 |
| Octal | 101 | 254 | 276 | 102 | 11 | 0 | 31 | 275 | 61 | 62 |
| Binary | 1000001 | 10101100 | 10111110 | 1000010 | 1001 | 0 | 11001 | 10111101 | 110001 | 110010 |
Color Harmonies of #41ACBE
Complementary color
Monochromatic Colors of #41ACBE
Black with #41ACBE
Text Example
Text Example
White with #41ACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ACBE; }
p { color: rgb(65,172,190); }
H1.HeaderClassName
{
color: #41ACBE;
}
.AnyTagClassName
{
color: #41ACBE;
}
</style>
background-color css
<style>
a { background-color: #41ACBE; }
a { background-color: rgb(65,172,190); }
div.DivClassName
{
background-color: #41ACBE;
}
.BgClassName
{
background-color: #41ACBE;
}
</style>
border-color css
<style>
span { border-color: #41ACBE; }
span { border-color: rgb(65,172,190); }
td.TdClassName
{
border-color: #41ACBE;
}
.TagClassName
{
border-color: #41ACBE;
}
</style>