Shades of Viking #33ADC5
Tints of Viking #33ADC5
RGB
CMYK
RGB Variations
Color information
#33ADC5 (or 0x33ADC5) is known color: Viking. HEX triplet: 33, AD and C5. RGB value is (51,173,197). Sum of RGB (Red+Green+Blue) = 51+173+197=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #33ADC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADC5 is #CC523A. Grayscale: #8B8B8B. Windows color (decimal): -13390395 or 12954931. OLE color: 12954931.
HSL color Cylindrical-coordinate representation of color #33ADC5: hue angle of 189.86º 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 #33ADC5 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 173 | 197 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.23 |
| HSL | 189.86º | 0.59% | 0.49% | - |
| HSV(B) | 189.86º | 0.74% | 0.77% | - |
| XYZ | 26.39 | 34.62 | 58.12 | - |
| YUV | 139.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 197 | 0.74 | 0.12 | 0 | 0.23 | 189.86 | 0.59 | 0.49 |
| Hex | 33 | AD | C5 | 4A | C | 0 | 17 | BE | 3B | 31 |
| Octal | 63 | 255 | 305 | 112 | 14 | 0 | 27 | 276 | 73 | 61 |
| Binary | 110011 | 10101101 | 11000101 | 1001010 | 1100 | 0 | 10111 | 10111110 | 111011 | 110001 |
Color Harmonies of #33ADC5
Complementary color
Monochromatic Colors of #33ADC5
Black with #33ADC5
Text Example
Text Example
White with #33ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADC5; }
p { color: rgb(51,173,197); }
H1.HeaderClassName
{
color: #33ADC5;
}
.AnyTagClassName
{
color: #33ADC5;
}
</style>
background-color css
<style>
a { background-color: #33ADC5; }
a { background-color: rgb(51,173,197); }
div.DivClassName
{
background-color: #33ADC5;
}
.BgClassName
{
background-color: #33ADC5;
}
</style>
border-color css
<style>
span { border-color: #33ADC5; }
span { border-color: rgb(51,173,197); }
td.TdClassName
{
border-color: #33ADC5;
}
.TagClassName
{
border-color: #33ADC5;
}
</style>