Shades of Viking #33ADC0
Tints of Viking #33ADC0
RGB
CMYK
RGB Variations
Color information
#33ADC0 (or 0x33ADC0) is known color: Viking. HEX triplet: 33, AD and C0. RGB value is (51,173,192). Sum of RGB (Red+Green+Blue) = 51+173+192=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #33ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADC0 is #CC523F. Grayscale: #8A8A8A. Windows color (decimal): -13390400 or 12627251. OLE color: 12627251.
HSL color Cylindrical-coordinate representation of color #33ADC0: hue angle of 188.09º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ADC0 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 173 | 192 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.25 |
| HSL | 188.09º | 0.58% | 0.48% | - |
| HSV(B) | 188.09º | 0.73% | 0.75% | - |
| XYZ | 25.82 | 34.4 | 55.15 | - |
| YUV | 138.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 192 | 0.73 | 0.10 | 0 | 0.25 | 188.09 | 0.58 | 0.48 |
| Hex | 33 | AD | C0 | 49 | A | 0 | 19 | BC | 3A | 30 |
| Octal | 63 | 255 | 300 | 111 | 12 | 0 | 31 | 274 | 72 | 60 |
| Binary | 110011 | 10101101 | 11000000 | 1001001 | 1010 | 0 | 11001 | 10111100 | 111010 | 110000 |
Color Harmonies of #33ADC0
Complementary color
Monochromatic Colors of #33ADC0
Black with #33ADC0
Text Example
Text Example
White with #33ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADC0; }
p { color: rgb(51,173,192); }
H1.HeaderClassName
{
color: #33ADC0;
}
.AnyTagClassName
{
color: #33ADC0;
}
</style>
background-color css
<style>
a { background-color: #33ADC0; }
a { background-color: rgb(51,173,192); }
div.DivClassName
{
background-color: #33ADC0;
}
.BgClassName
{
background-color: #33ADC0;
}
</style>
border-color css
<style>
span { border-color: #33ADC0; }
span { border-color: rgb(51,173,192); }
td.TdClassName
{
border-color: #33ADC0;
}
.TagClassName
{
border-color: #33ADC0;
}
</style>