Shades of Viking #41B0AF
Tints of Viking #41B0AF
RGB
CMYK
RGB Variations
Color information
#41B0AF (or 0x41B0AF) is known color: Viking. HEX triplet: 41, B0 and AF. RGB value is (65,176,175). Sum of RGB (Red+Green+Blue) = 65+176+175=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #41B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B0AF is #BE4F50. Grayscale: #8E8E8E. Windows color (decimal): -12472145 or 11513921. OLE color: 11513921.
HSL color Cylindrical-coordinate representation of color #41B0AF: hue angle of 179.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B0AF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 176 | 175 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.31 |
| HSL | 179.46º | 0.46% | 0.47% | - |
| HSV(B) | 179.46º | 0.63% | 0.69% | - |
| XYZ | 25.44 | 35.27 | 46.02 | - |
| YUV | 142.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 175 | 0.63 | 0 | 0.01 | 0.31 | 179.46 | 0.46 | 0.47 |
| Hex | 41 | B0 | AF | 3F | 0 | 1 | 1F | B3 | 2E | 2F |
| Octal | 101 | 260 | 257 | 77 | 0 | 1 | 37 | 263 | 56 | 57 |
| Binary | 1000001 | 10110000 | 10101111 | 111111 | 0 | 1 | 11111 | 10110011 | 101110 | 101111 |
Color Harmonies of #41B0AF
Complementary color
Monochromatic Colors of #41B0AF
Black with #41B0AF
Text Example
Text Example
White with #41B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B0AF; }
p { color: rgb(65,176,175); }
H1.HeaderClassName
{
color: #41B0AF;
}
.AnyTagClassName
{
color: #41B0AF;
}
</style>
background-color css
<style>
a { background-color: #41B0AF; }
a { background-color: rgb(65,176,175); }
div.DivClassName
{
background-color: #41B0AF;
}
.BgClassName
{
background-color: #41B0AF;
}
</style>
border-color css
<style>
span { border-color: #41B0AF; }
span { border-color: rgb(65,176,175); }
td.TdClassName
{
border-color: #41B0AF;
}
.TagClassName
{
border-color: #41B0AF;
}
</style>