Shades of Viking #41B2BB
Tints of Viking #41B2BB
RGB
CMYK
RGB Variations
Color information
#41B2BB (or 0x41B2BB) is known color: Viking. HEX triplet: 41, B2 and BB. RGB value is (65,178,187). Sum of RGB (Red+Green+Blue) = 65+178+187=430 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.12% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #41B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B2BB is #BE4D44. Grayscale: #919191. Windows color (decimal): -12471621 or 12300865. OLE color: 12300865.
HSL color Cylindrical-coordinate representation of color #41B2BB: hue angle of 184.43º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B2BB is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 178 | 187 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.27 |
| HSL | 184.43º | 0.48% | 0.49% | - |
| HSV(B) | 184.43º | 0.65% | 0.73% | - |
| XYZ | 27.07 | 36.55 | 52.64 | - |
| YUV | 145.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 178 | 187 | 0.65 | 0.05 | 0 | 0.27 | 184.43 | 0.48 | 0.49 |
| Hex | 41 | B2 | BB | 41 | 5 | 0 | 1B | B8 | 30 | 31 |
| Octal | 101 | 262 | 273 | 101 | 5 | 0 | 33 | 270 | 60 | 61 |
| Binary | 1000001 | 10110010 | 10111011 | 1000001 | 101 | 0 | 11011 | 10111000 | 110000 | 110001 |
Color Harmonies of #41B2BB
Complementary color
Monochromatic Colors of #41B2BB
Black with #41B2BB
Text Example
Text Example
White with #41B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B2BB; }
p { color: rgb(65,178,187); }
H1.HeaderClassName
{
color: #41B2BB;
}
.AnyTagClassName
{
color: #41B2BB;
}
</style>
background-color css
<style>
a { background-color: #41B2BB; }
a { background-color: rgb(65,178,187); }
div.DivClassName
{
background-color: #41B2BB;
}
.BgClassName
{
background-color: #41B2BB;
}
</style>
border-color css
<style>
span { border-color: #41B2BB; }
span { border-color: rgb(65,178,187); }
td.TdClassName
{
border-color: #41B2BB;
}
.TagClassName
{
border-color: #41B2BB;
}
</style>