Shades of Viking #39B2BB
Tints of Viking #39B2BB
RGB
CMYK
RGB Variations
Color information
#39B2BB (or 0x39B2BB) is known color: Viking. HEX triplet: 39, B2 and BB. RGB value is (57,178,187). Sum of RGB (Red+Green+Blue) = 57+178+187=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #39B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B2BB is #C64D44. Grayscale: #8E8E8E. Windows color (decimal): -12995909 or 12300857. OLE color: 12300857.
HSL color Cylindrical-coordinate representation of color #39B2BB: hue angle of 184.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39B2BB is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 178 | 187 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.27 |
| HSL | 184.15º | 0.53% | 0.48% | - |
| HSV(B) | 184.15º | 0.7% | 0.73% | - |
| XYZ | 26.58 | 36.3 | 52.62 | - |
| YUV | 142.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 178 | 187 | 0.70 | 0.05 | 0 | 0.27 | 184.15 | 0.53 | 0.48 |
| Hex | 39 | B2 | BB | 46 | 5 | 0 | 1B | B8 | 35 | 30 |
| Octal | 71 | 262 | 273 | 106 | 5 | 0 | 33 | 270 | 65 | 60 |
| Binary | 111001 | 10110010 | 10111011 | 1000110 | 101 | 0 | 11011 | 10111000 | 110101 | 110000 |
Color Harmonies of #39B2BB
Complementary color
Monochromatic Colors of #39B2BB
Black with #39B2BB
Text Example
Text Example
White with #39B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B2BB; }
p { color: rgb(57,178,187); }
H1.HeaderClassName
{
color: #39B2BB;
}
.AnyTagClassName
{
color: #39B2BB;
}
</style>
background-color css
<style>
a { background-color: #39B2BB; }
a { background-color: rgb(57,178,187); }
div.DivClassName
{
background-color: #39B2BB;
}
.BgClassName
{
background-color: #39B2BB;
}
</style>
border-color css
<style>
span { border-color: #39B2BB; }
span { border-color: rgb(57,178,187); }
td.TdClassName
{
border-color: #39B2BB;
}
.TagClassName
{
border-color: #39B2BB;
}
</style>