Shades of Viking #36ADBB
Tints of Viking #36ADBB
RGB
CMYK
RGB Variations
Color information
#36ADBB (or 0x36ADBB) is known color: Viking. HEX triplet: 36, AD and BB. RGB value is (54,173,187). Sum of RGB (Red+Green+Blue) = 54+173+187=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #36ADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ADBB is #C95244. Grayscale: #8A8A8A. Windows color (decimal): -13193797 or 12299574. OLE color: 12299574.
HSL color Cylindrical-coordinate representation of color #36ADBB: hue angle of 186.32º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36ADBB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 173 | 187 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.27 |
| HSL | 186.32º | 0.55% | 0.47% | - |
| HSV(B) | 186.32º | 0.71% | 0.73% | - |
| XYZ | 25.43 | 34.26 | 52.29 | - |
| YUV | 139.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 173 | 187 | 0.71 | 0.07 | 0 | 0.27 | 186.32 | 0.55 | 0.47 |
| Hex | 36 | AD | BB | 47 | 7 | 0 | 1B | BA | 37 | 2F |
| Octal | 66 | 255 | 273 | 107 | 7 | 0 | 33 | 272 | 67 | 57 |
| Binary | 110110 | 10101101 | 10111011 | 1000111 | 111 | 0 | 11011 | 10111010 | 110111 | 101111 |
Color Harmonies of #36ADBB
Complementary color
Monochromatic Colors of #36ADBB
Black with #36ADBB
Text Example
Text Example
White with #36ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ADBB; }
p { color: rgb(54,173,187); }
H1.HeaderClassName
{
color: #36ADBB;
}
.AnyTagClassName
{
color: #36ADBB;
}
</style>
background-color css
<style>
a { background-color: #36ADBB; }
a { background-color: rgb(54,173,187); }
div.DivClassName
{
background-color: #36ADBB;
}
.BgClassName
{
background-color: #36ADBB;
}
</style>
border-color css
<style>
span { border-color: #36ADBB; }
span { border-color: rgb(54,173,187); }
td.TdClassName
{
border-color: #36ADBB;
}
.TagClassName
{
border-color: #36ADBB;
}
</style>