Shades of Viking #39BCC0
Tints of Viking #39BCC0
RGB
CMYK
RGB Variations
Color information
#39BCC0 (or 0x39BCC0) is known color: Viking. HEX triplet: 39, BC and C0. RGB value is (57,188,192). Sum of RGB (Red+Green+Blue) = 57+188+192=437 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.04% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #39BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCC0 is #C6433F. Grayscale: #959595. Windows color (decimal): -12993344 or 12631097. OLE color: 12631097.
HSL color Cylindrical-coordinate representation of color #39BCC0: hue angle of 181.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39BCC0 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 188 | 192 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.25 |
| HSL | 181.78º | 0.54% | 0.49% | - |
| HSV(B) | 181.78º | 0.7% | 0.75% | - |
| XYZ | 29.18 | 40.64 | 56.18 | - |
| YUV | 149.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 192 | 0.70 | 0.02 | 0 | 0.25 | 181.78 | 0.54 | 0.49 |
| Hex | 39 | BC | C0 | 46 | 2 | 0 | 19 | B6 | 36 | 31 |
| Octal | 71 | 274 | 300 | 106 | 2 | 0 | 31 | 266 | 66 | 61 |
| Binary | 111001 | 10111100 | 11000000 | 1000110 | 10 | 0 | 11001 | 10110110 | 110110 | 110001 |
Color Harmonies of #39BCC0
Complementary color
Monochromatic Colors of #39BCC0
Black with #39BCC0
Text Example
Text Example
White with #39BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BCC0; }
p { color: rgb(57,188,192); }
H1.HeaderClassName
{
color: #39BCC0;
}
.AnyTagClassName
{
color: #39BCC0;
}
</style>
background-color css
<style>
a { background-color: #39BCC0; }
a { background-color: rgb(57,188,192); }
div.DivClassName
{
background-color: #39BCC0;
}
.BgClassName
{
background-color: #39BCC0;
}
</style>
border-color css
<style>
span { border-color: #39BCC0; }
span { border-color: rgb(57,188,192); }
td.TdClassName
{
border-color: #39BCC0;
}
.TagClassName
{
border-color: #39BCC0;
}
</style>