Shades of Viking #37BAC5
Tints of Viking #37BAC5
RGB
CMYK
RGB Variations
Color information
#37BAC5 (or 0x37BAC5) is known color: Viking. HEX triplet: 37, BA and C5. RGB value is (55,186,197). Sum of RGB (Red+Green+Blue) = 55+186+197=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #37BAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BAC5 is #C8453A. Grayscale: #939393. Windows color (decimal): -13124923 or 12958263. OLE color: 12958263.
HSL color Cylindrical-coordinate representation of color #37BAC5: hue angle of 184.65º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BAC5 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 186 | 197 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.23 |
| HSL | 184.65º | 0.56% | 0.49% | - |
| HSV(B) | 184.65º | 0.72% | 0.77% | - |
| XYZ | 29.21 | 39.96 | 59 | - |
| YUV | 148.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 197 | 0.72 | 0.06 | 0 | 0.23 | 184.65 | 0.56 | 0.49 |
| Hex | 37 | BA | C5 | 48 | 6 | 0 | 17 | B9 | 38 | 31 |
| Octal | 67 | 272 | 305 | 110 | 6 | 0 | 27 | 271 | 70 | 61 |
| Binary | 110111 | 10111010 | 11000101 | 1001000 | 110 | 0 | 10111 | 10111001 | 111000 | 110001 |
Color Harmonies of #37BAC5
Complementary color
Monochromatic Colors of #37BAC5
Black with #37BAC5
Text Example
Text Example
White with #37BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BAC5; }
p { color: rgb(55,186,197); }
H1.HeaderClassName
{
color: #37BAC5;
}
.AnyTagClassName
{
color: #37BAC5;
}
</style>
background-color css
<style>
a { background-color: #37BAC5; }
a { background-color: rgb(55,186,197); }
div.DivClassName
{
background-color: #37BAC5;
}
.BgClassName
{
background-color: #37BAC5;
}
</style>
border-color css
<style>
span { border-color: #37BAC5; }
span { border-color: rgb(55,186,197); }
td.TdClassName
{
border-color: #37BAC5;
}
.TagClassName
{
border-color: #37BAC5;
}
</style>