Shades of Viking #41BDBC
Tints of Viking #41BDBC
RGB
CMYK
RGB Variations
Color information
#41BDBC (or 0x41BDBC) is known color: Viking. HEX triplet: 41, BD and BC. RGB value is (65,189,188). Sum of RGB (Red+Green+Blue) = 65+189+188=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #41BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDBC is #BE4243. Grayscale: #979797. Windows color (decimal): -12468804 or 12369217. OLE color: 12369217.
HSL color Cylindrical-coordinate representation of color #41BDBC: hue angle of 179.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BDBC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 189 | 188 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.26 |
| HSL | 179.52º | 0.49% | 0.5% | - |
| HSV(B) | 179.52º | 0.66% | 0.74% | - |
| XYZ | 29.45 | 41.15 | 53.97 | - |
| YUV | 151.81 | 148.42 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 189 | 188 | 0.66 | 0 | 0.01 | 0.26 | 179.52 | 0.49 | 0.5 |
| Hex | 41 | BD | BC | 42 | 0 | 1 | 1A | B4 | 31 | 32 |
| Octal | 101 | 275 | 274 | 102 | 0 | 1 | 32 | 264 | 61 | 62 |
| Binary | 1000001 | 10111101 | 10111100 | 1000010 | 0 | 1 | 11010 | 10110100 | 110001 | 110010 |
Color Harmonies of #41BDBC
Complementary color
Monochromatic Colors of #41BDBC
Black with #41BDBC
Text Example
Text Example
White with #41BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BDBC; }
p { color: rgb(65,189,188); }
H1.HeaderClassName
{
color: #41BDBC;
}
.AnyTagClassName
{
color: #41BDBC;
}
</style>
background-color css
<style>
a { background-color: #41BDBC; }
a { background-color: rgb(65,189,188); }
div.DivClassName
{
background-color: #41BDBC;
}
.BgClassName
{
background-color: #41BDBC;
}
</style>
border-color css
<style>
span { border-color: #41BDBC; }
span { border-color: rgb(65,189,188); }
td.TdClassName
{
border-color: #41BDBC;
}
.TagClassName
{
border-color: #41BDBC;
}
</style>