Shades of Viking #33ACC5
Tints of Viking #33ACC5
RGB
CMYK
RGB Variations
Color information
#33ACC5 (or 0x33ACC5) is known color: Viking. HEX triplet: 33, AC and C5. RGB value is (51,172,197). Sum of RGB (Red+Green+Blue) = 51+172+197=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #33ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC5 is #CC533A. Grayscale: #8A8A8A. Windows color (decimal): -13390651 or 12954675. OLE color: 12954675.
HSL color Cylindrical-coordinate representation of color #33ACC5: hue angle of 190.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33ACC5 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 172 | 197 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.23 |
| HSL | 190.27º | 0.59% | 0.49% | - |
| HSV(B) | 190.27º | 0.74% | 0.77% | - |
| XYZ | 26.2 | 34.24 | 58.05 | - |
| YUV | 138.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 197 | 0.74 | 0.13 | 0 | 0.23 | 190.27 | 0.59 | 0.49 |
| Hex | 33 | AC | C5 | 4A | D | 0 | 17 | BE | 3B | 31 |
| Octal | 63 | 254 | 305 | 112 | 15 | 0 | 27 | 276 | 73 | 61 |
| Binary | 110011 | 10101100 | 11000101 | 1001010 | 1101 | 0 | 10111 | 10111110 | 111011 | 110001 |
Color Harmonies of #33ACC5
Complementary color
Monochromatic Colors of #33ACC5
Black with #33ACC5
Text Example
Text Example
White with #33ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACC5; }
p { color: rgb(51,172,197); }
H1.HeaderClassName
{
color: #33ACC5;
}
.AnyTagClassName
{
color: #33ACC5;
}
</style>
background-color css
<style>
a { background-color: #33ACC5; }
a { background-color: rgb(51,172,197); }
div.DivClassName
{
background-color: #33ACC5;
}
.BgClassName
{
background-color: #33ACC5;
}
</style>
border-color css
<style>
span { border-color: #33ACC5; }
span { border-color: rgb(51,172,197); }
td.TdClassName
{
border-color: #33ACC5;
}
.TagClassName
{
border-color: #33ACC5;
}
</style>