Shades of Viking #37BDC5
Tints of Viking #37BDC5
RGB
CMYK
RGB Variations
Color information
#37BDC5 (or 0x37BDC5) is known color: Viking. HEX triplet: 37, BD and C5. RGB value is (55,189,197). Sum of RGB (Red+Green+Blue) = 55+189+197=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #37BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC5 is #C8423A. Grayscale: #959595. Windows color (decimal): -13124155 or 12959031. OLE color: 12959031.
HSL color Cylindrical-coordinate representation of color #37BDC5: hue angle of 183.38º 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 #37BDC5 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 189 | 197 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.23 |
| HSL | 183.38º | 0.56% | 0.49% | - |
| HSV(B) | 183.38º | 0.72% | 0.77% | - |
| XYZ | 29.85 | 41.24 | 59.21 | - |
| YUV | 149.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 197 | 0.72 | 0.04 | 0 | 0.23 | 183.38 | 0.56 | 0.49 |
| Hex | 37 | BD | C5 | 48 | 4 | 0 | 17 | B7 | 38 | 31 |
| Octal | 67 | 275 | 305 | 110 | 4 | 0 | 27 | 267 | 70 | 61 |
| Binary | 110111 | 10111101 | 11000101 | 1001000 | 100 | 0 | 10111 | 10110111 | 111000 | 110001 |
Color Harmonies of #37BDC5
Complementary color
Monochromatic Colors of #37BDC5
Black with #37BDC5
Text Example
Text Example
White with #37BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BDC5; }
p { color: rgb(55,189,197); }
H1.HeaderClassName
{
color: #37BDC5;
}
.AnyTagClassName
{
color: #37BDC5;
}
</style>
background-color css
<style>
a { background-color: #37BDC5; }
a { background-color: rgb(55,189,197); }
div.DivClassName
{
background-color: #37BDC5;
}
.BgClassName
{
background-color: #37BDC5;
}
</style>
border-color css
<style>
span { border-color: #37BDC5; }
span { border-color: rgb(55,189,197); }
td.TdClassName
{
border-color: #37BDC5;
}
.TagClassName
{
border-color: #37BDC5;
}
</style>