Shades of Viking #37BEC9
Tints of Viking #37BEC9
RGB
CMYK
RGB Variations
Color information
#37BEC9 (or 0x37BEC9) is known color: Viking. HEX triplet: 37, BE and C9. RGB value is (55,190,201). Sum of RGB (Red+Green+Blue) = 55+190+201=446 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.33% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #37BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEC9 is #C84136. Grayscale: #969696. Windows color (decimal): -13123895 or 13221431. OLE color: 13221431.
HSL color Cylindrical-coordinate representation of color #37BEC9: hue angle of 184.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BEC9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 190 | 201 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.21 |
| HSL | 184.52º | 0.57% | 0.5% | - |
| HSV(B) | 184.52º | 0.73% | 0.79% | - |
| XYZ | 30.53 | 41.86 | 61.73 | - |
| YUV | 150.89 | 156.27 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 201 | 0.73 | 0.05 | 0 | 0.21 | 184.52 | 0.57 | 0.5 |
| Hex | 37 | BE | C9 | 49 | 5 | 0 | 15 | B9 | 39 | 32 |
| Octal | 67 | 276 | 311 | 111 | 5 | 0 | 25 | 271 | 71 | 62 |
| Binary | 110111 | 10111110 | 11001001 | 1001001 | 101 | 0 | 10101 | 10111001 | 111001 | 110010 |
Color Harmonies of #37BEC9
Complementary color
Monochromatic Colors of #37BEC9
Black with #37BEC9
Text Example
Text Example
White with #37BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BEC9; }
p { color: rgb(55,190,201); }
H1.HeaderClassName
{
color: #37BEC9;
}
.AnyTagClassName
{
color: #37BEC9;
}
</style>
background-color css
<style>
a { background-color: #37BEC9; }
a { background-color: rgb(55,190,201); }
div.DivClassName
{
background-color: #37BEC9;
}
.BgClassName
{
background-color: #37BEC9;
}
</style>
border-color css
<style>
span { border-color: #37BEC9; }
span { border-color: rgb(55,190,201); }
td.TdClassName
{
border-color: #37BEC9;
}
.TagClassName
{
border-color: #37BEC9;
}
</style>