Shades of Viking #3BBCBE
Tints of Viking #3BBCBE
RGB
CMYK
RGB Variations
Color information
#3BBCBE (or 0x3BBCBE) is known color: Viking. HEX triplet: 3B, BC and BE. RGB value is (59,188,190). Sum of RGB (Red+Green+Blue) = 59+188+190=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCBE is #C44341. Grayscale: #959595. Windows color (decimal): -12862274 or 12500027. OLE color: 12500027.
HSL color Cylindrical-coordinate representation of color #3BBCBE: hue angle of 180.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBCBE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 188 | 190 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.25 |
| HSL | 180.92º | 0.53% | 0.49% | - |
| HSV(B) | 180.92º | 0.69% | 0.75% | - |
| XYZ | 29.08 | 40.61 | 55.02 | - |
| YUV | 149.66 | 150.76 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 190 | 0.69 | 0.01 | 0 | 0.25 | 180.92 | 0.53 | 0.49 |
| Hex | 3B | BC | BE | 45 | 1 | 0 | 19 | B5 | 35 | 31 |
| Octal | 73 | 274 | 276 | 105 | 1 | 0 | 31 | 265 | 65 | 61 |
| Binary | 111011 | 10111100 | 10111110 | 1000101 | 1 | 0 | 11001 | 10110101 | 110101 | 110001 |
Color Harmonies of #3BBCBE
Complementary color
Monochromatic Colors of #3BBCBE
Black with #3BBCBE
Text Example
Text Example
White with #3BBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCBE; }
p { color: rgb(59,188,190); }
H1.HeaderClassName
{
color: #3BBCBE;
}
.AnyTagClassName
{
color: #3BBCBE;
}
</style>
background-color css
<style>
a { background-color: #3BBCBE; }
a { background-color: rgb(59,188,190); }
div.DivClassName
{
background-color: #3BBCBE;
}
.BgClassName
{
background-color: #3BBCBE;
}
</style>
border-color css
<style>
span { border-color: #3BBCBE; }
span { border-color: rgb(59,188,190); }
td.TdClassName
{
border-color: #3BBCBE;
}
.TagClassName
{
border-color: #3BBCBE;
}
</style>