Shades of Viking #33B8C4
Tints of Viking #33B8C4
RGB
CMYK
RGB Variations
Color information
#33B8C4 (or 0x33B8C4) is known color: Viking. HEX triplet: 33, B8 and C4. RGB value is (51,184,196). Sum of RGB (Red+Green+Blue) = 51+184+196=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #33B8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B8C4 is #CC473B. Grayscale: #919191. Windows color (decimal): -13387580 or 12892211. OLE color: 12892211.
HSL color Cylindrical-coordinate representation of color #33B8C4: hue angle of 184.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33B8C4 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 184 | 196 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.23 |
| HSL | 184.97º | 0.59% | 0.48% | - |
| HSV(B) | 184.97º | 0.74% | 0.77% | - |
| XYZ | 28.47 | 38.97 | 58.25 | - |
| YUV | 145.6 | 156.44 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 184 | 196 | 0.74 | 0.06 | 0 | 0.23 | 184.97 | 0.59 | 0.48 |
| Hex | 33 | B8 | C4 | 4A | 6 | 0 | 17 | B9 | 3B | 30 |
| Octal | 63 | 270 | 304 | 112 | 6 | 0 | 27 | 271 | 73 | 60 |
| Binary | 110011 | 10111000 | 11000100 | 1001010 | 110 | 0 | 10111 | 10111001 | 111011 | 110000 |
Color Harmonies of #33B8C4
Complementary color
Monochromatic Colors of #33B8C4
Black with #33B8C4
Text Example
Text Example
White with #33B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B8C4; }
p { color: rgb(51,184,196); }
H1.HeaderClassName
{
color: #33B8C4;
}
.AnyTagClassName
{
color: #33B8C4;
}
</style>
background-color css
<style>
a { background-color: #33B8C4; }
a { background-color: rgb(51,184,196); }
div.DivClassName
{
background-color: #33B8C4;
}
.BgClassName
{
background-color: #33B8C4;
}
</style>
border-color css
<style>
span { border-color: #33B8C4; }
span { border-color: rgb(51,184,196); }
td.TdClassName
{
border-color: #33B8C4;
}
.TagClassName
{
border-color: #33B8C4;
}
</style>