Shades of Viking #37BDCB
Tints of Viking #37BDCB
RGB
CMYK
RGB Variations
Color information
#37BDCB (or 0x37BDCB) is known color: Viking. HEX triplet: 37, BD and CB. RGB value is (55,189,203). Sum of RGB (Red+Green+Blue) = 55+189+203=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #37BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDCB is #C84234. Grayscale: #969696. Windows color (decimal): -13124149 or 13352247. OLE color: 13352247.
HSL color Cylindrical-coordinate representation of color #37BDCB: hue angle of 185.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BDCB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 189 | 203 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.20 |
| HSL | 185.68º | 0.59% | 0.51% | - |
| HSV(B) | 185.68º | 0.73% | 0.8% | - |
| XYZ | 30.55 | 41.52 | 62.9 | - |
| YUV | 150.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 189 | 203 | 0.73 | 0.07 | 0 | 0.20 | 185.68 | 0.59 | 0.51 |
| Hex | 37 | BD | CB | 49 | 7 | 0 | 14 | BA | 3B | 33 |
| Octal | 67 | 275 | 313 | 111 | 7 | 0 | 24 | 272 | 73 | 63 |
| Binary | 110111 | 10111101 | 11001011 | 1001001 | 111 | 0 | 10100 | 10111010 | 111011 | 110011 |
Color Harmonies of #37BDCB
Complementary color
Monochromatic Colors of #37BDCB
Black with #37BDCB
Text Example
Text Example
White with #37BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BDCB; }
p { color: rgb(55,189,203); }
H1.HeaderClassName
{
color: #37BDCB;
}
.AnyTagClassName
{
color: #37BDCB;
}
</style>
background-color css
<style>
a { background-color: #37BDCB; }
a { background-color: rgb(55,189,203); }
div.DivClassName
{
background-color: #37BDCB;
}
.BgClassName
{
background-color: #37BDCB;
}
</style>
border-color css
<style>
span { border-color: #37BDCB; }
span { border-color: rgb(55,189,203); }
td.TdClassName
{
border-color: #37BDCB;
}
.TagClassName
{
border-color: #37BDCB;
}
</style>