Shades of Viking #37B6BD
Tints of Viking #37B6BD
RGB
CMYK
RGB Variations
Color information
#37B6BD (or 0x37B6BD) is known color: Viking. HEX triplet: 37, B6 and BD. RGB value is (55,182,189). Sum of RGB (Red+Green+Blue) = 55+182+189=426 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.91% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #37B6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B6BD is #C84942. Grayscale: #909090. Windows color (decimal): -13125955 or 12432951. OLE color: 12432951.
HSL color Cylindrical-coordinate representation of color #37B6BD: hue angle of 183.13º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37B6BD is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 182 | 189 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.26 |
| HSL | 183.13º | 0.55% | 0.48% | - |
| HSV(B) | 183.13º | 0.71% | 0.74% | - |
| XYZ | 27.49 | 37.94 | 54.02 | - |
| YUV | 144.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 182 | 189 | 0.71 | 0.04 | 0 | 0.26 | 183.13 | 0.55 | 0.48 |
| Hex | 37 | B6 | BD | 47 | 4 | 0 | 1A | B7 | 37 | 30 |
| Octal | 67 | 266 | 275 | 107 | 4 | 0 | 32 | 267 | 67 | 60 |
| Binary | 110111 | 10110110 | 10111101 | 1000111 | 100 | 0 | 11010 | 10110111 | 110111 | 110000 |
Color Harmonies of #37B6BD
Complementary color
Monochromatic Colors of #37B6BD
Black with #37B6BD
Text Example
Text Example
White with #37B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B6BD; }
p { color: rgb(55,182,189); }
H1.HeaderClassName
{
color: #37B6BD;
}
.AnyTagClassName
{
color: #37B6BD;
}
</style>
background-color css
<style>
a { background-color: #37B6BD; }
a { background-color: rgb(55,182,189); }
div.DivClassName
{
background-color: #37B6BD;
}
.BgClassName
{
background-color: #37B6BD;
}
</style>
border-color css
<style>
span { border-color: #37B6BD; }
span { border-color: rgb(55,182,189); }
td.TdClassName
{
border-color: #37B6BD;
}
.TagClassName
{
border-color: #37B6BD;
}
</style>