Shades of Viking #33B0BE
Tints of Viking #33B0BE
RGB
CMYK
RGB Variations
Color information
#33B0BE (or 0x33B0BE) is known color: Viking. HEX triplet: 33, B0 and BE. RGB value is (51,176,190). Sum of RGB (Red+Green+Blue) = 51+176+190=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #33B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0BE is #CC4F41. Grayscale: #8C8C8C. Windows color (decimal): -13389634 or 12496947. OLE color: 12496947.
HSL color Cylindrical-coordinate representation of color #33B0BE: hue angle of 186.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B0BE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 176 | 190 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.25 |
| HSL | 186.04º | 0.58% | 0.47% | - |
| HSV(B) | 186.04º | 0.73% | 0.75% | - |
| XYZ | 26.18 | 35.47 | 54.18 | - |
| YUV | 140.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 190 | 0.73 | 0.07 | 0 | 0.25 | 186.04 | 0.58 | 0.47 |
| Hex | 33 | B0 | BE | 49 | 7 | 0 | 19 | BA | 3A | 2F |
| Octal | 63 | 260 | 276 | 111 | 7 | 0 | 31 | 272 | 72 | 57 |
| Binary | 110011 | 10110000 | 10111110 | 1001001 | 111 | 0 | 11001 | 10111010 | 111010 | 101111 |
Color Harmonies of #33B0BE
Complementary color
Monochromatic Colors of #33B0BE
Black with #33B0BE
Text Example
Text Example
White with #33B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B0BE; }
p { color: rgb(51,176,190); }
H1.HeaderClassName
{
color: #33B0BE;
}
.AnyTagClassName
{
color: #33B0BE;
}
</style>
background-color css
<style>
a { background-color: #33B0BE; }
a { background-color: rgb(51,176,190); }
div.DivClassName
{
background-color: #33B0BE;
}
.BgClassName
{
background-color: #33B0BE;
}
</style>
border-color css
<style>
span { border-color: #33B0BE; }
span { border-color: rgb(51,176,190); }
td.TdClassName
{
border-color: #33B0BE;
}
.TagClassName
{
border-color: #33B0BE;
}
</style>