Shades of Viking #33AEC0
Tints of Viking #33AEC0
RGB
CMYK
RGB Variations
Color information
#33AEC0 (or 0x33AEC0) is known color: Viking. HEX triplet: 33, AE and C0. RGB value is (51,174,192). Sum of RGB (Red+Green+Blue) = 51+174+192=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #33AEC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEC0 is #CC513F. Grayscale: #8B8B8B. Windows color (decimal): -13390144 or 12627507. OLE color: 12627507.
HSL color Cylindrical-coordinate representation of color #33AEC0: hue angle of 187.66º 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 #33AEC0 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 174 | 192 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.25 |
| HSL | 187.66º | 0.58% | 0.48% | - |
| HSV(B) | 187.66º | 0.73% | 0.75% | - |
| XYZ | 26.02 | 34.78 | 55.21 | - |
| YUV | 139.28 | 157.75 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 174 | 192 | 0.73 | 0.09 | 0 | 0.25 | 187.66 | 0.58 | 0.48 |
| Hex | 33 | AE | C0 | 49 | 9 | 0 | 19 | BC | 3A | 30 |
| Octal | 63 | 256 | 300 | 111 | 11 | 0 | 31 | 274 | 72 | 60 |
| Binary | 110011 | 10101110 | 11000000 | 1001001 | 1001 | 0 | 11001 | 10111100 | 111010 | 110000 |
Color Harmonies of #33AEC0
Complementary color
Monochromatic Colors of #33AEC0
Black with #33AEC0
Text Example
Text Example
White with #33AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AEC0; }
p { color: rgb(51,174,192); }
H1.HeaderClassName
{
color: #33AEC0;
}
.AnyTagClassName
{
color: #33AEC0;
}
</style>
background-color css
<style>
a { background-color: #33AEC0; }
a { background-color: rgb(51,174,192); }
div.DivClassName
{
background-color: #33AEC0;
}
.BgClassName
{
background-color: #33AEC0;
}
</style>
border-color css
<style>
span { border-color: #33AEC0; }
span { border-color: rgb(51,174,192); }
td.TdClassName
{
border-color: #33AEC0;
}
.TagClassName
{
border-color: #33AEC0;
}
</style>