Shades of Viking #36BCC9
Tints of Viking #36BCC9
RGB
CMYK
RGB Variations
Color information
#36BCC9 (or 0x36BCC9) is known color: Viking. HEX triplet: 36, BC and C9. RGB value is (54,188,201). Sum of RGB (Red+Green+Blue) = 54+188+201=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #36BCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCC9 is #C94336. Grayscale: #959595. Windows color (decimal): -13189943 or 13220918. OLE color: 13220918.
HSL color Cylindrical-coordinate representation of color #36BCC9: hue angle of 185.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36BCC9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 188 | 201 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.21 |
| HSL | 185.31º | 0.58% | 0.5% | - |
| HSV(B) | 185.31º | 0.73% | 0.79% | - |
| XYZ | 30.05 | 40.97 | 61.58 | - |
| YUV | 149.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 201 | 0.73 | 0.06 | 0 | 0.21 | 185.31 | 0.58 | 0.5 |
| Hex | 36 | BC | C9 | 49 | 6 | 0 | 15 | B9 | 3A | 32 |
| Octal | 66 | 274 | 311 | 111 | 6 | 0 | 25 | 271 | 72 | 62 |
| Binary | 110110 | 10111100 | 11001001 | 1001001 | 110 | 0 | 10101 | 10111001 | 111010 | 110010 |
Color Harmonies of #36BCC9
Complementary color
Monochromatic Colors of #36BCC9
Black with #36BCC9
Text Example
Text Example
White with #36BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCC9; }
p { color: rgb(54,188,201); }
H1.HeaderClassName
{
color: #36BCC9;
}
.AnyTagClassName
{
color: #36BCC9;
}
</style>
background-color css
<style>
a { background-color: #36BCC9; }
a { background-color: rgb(54,188,201); }
div.DivClassName
{
background-color: #36BCC9;
}
.BgClassName
{
background-color: #36BCC9;
}
</style>
border-color css
<style>
span { border-color: #36BCC9; }
span { border-color: rgb(54,188,201); }
td.TdClassName
{
border-color: #36BCC9;
}
.TagClassName
{
border-color: #36BCC9;
}
</style>