Shades of Viking #41ABAF
Tints of Viking #41ABAF
RGB
CMYK
RGB Variations
Color information
#41ABAF (or 0x41ABAF) is known color: Viking. HEX triplet: 41, AB and AF. RGB value is (65,171,175). Sum of RGB (Red+Green+Blue) = 65+171+175=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #41ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABAF is #BE5450. Grayscale: #8B8B8B. Windows color (decimal): -12473425 or 11512641. OLE color: 11512641.
HSL color Cylindrical-coordinate representation of color #41ABAF: hue angle of 182.18º 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 #41ABAF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 171 | 175 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.31 |
| HSL | 182.18º | 0.46% | 0.47% | - |
| HSV(B) | 182.18º | 0.63% | 0.69% | - |
| XYZ | 24.48 | 33.34 | 45.7 | - |
| YUV | 139.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 175 | 0.63 | 0.02 | 0 | 0.31 | 182.18 | 0.46 | 0.47 |
| Hex | 41 | AB | AF | 3F | 2 | 0 | 1F | B6 | 2E | 2F |
| Octal | 101 | 253 | 257 | 77 | 2 | 0 | 37 | 266 | 56 | 57 |
| Binary | 1000001 | 10101011 | 10101111 | 111111 | 10 | 0 | 11111 | 10110110 | 101110 | 101111 |
Color Harmonies of #41ABAF
Complementary color
Monochromatic Colors of #41ABAF
Black with #41ABAF
Text Example
Text Example
White with #41ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABAF; }
p { color: rgb(65,171,175); }
H1.HeaderClassName
{
color: #41ABAF;
}
.AnyTagClassName
{
color: #41ABAF;
}
</style>
background-color css
<style>
a { background-color: #41ABAF; }
a { background-color: rgb(65,171,175); }
div.DivClassName
{
background-color: #41ABAF;
}
.BgClassName
{
background-color: #41ABAF;
}
</style>
border-color css
<style>
span { border-color: #41ABAF; }
span { border-color: rgb(65,171,175); }
td.TdClassName
{
border-color: #41ABAF;
}
.TagClassName
{
border-color: #41ABAF;
}
</style>