Shades of Viking #36BCCA
Tints of Viking #36BCCA
RGB
CMYK
RGB Variations
Color information
#36BCCA (or 0x36BCCA) is known color: Viking. HEX triplet: 36, BC and CA. RGB value is (54,188,202). Sum of RGB (Red+Green+Blue) = 54+188+202=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #36BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCCA is #C94335. Grayscale: #959595. Windows color (decimal): -13189942 or 13286454. OLE color: 13286454.
HSL color Cylindrical-coordinate representation of color #36BCCA: hue angle of 185.68º 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 #36BCCA is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 188 | 202 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.21 |
| HSL | 185.68º | 0.58% | 0.5% | - |
| HSV(B) | 185.68º | 0.73% | 0.79% | - |
| XYZ | 30.17 | 41.01 | 62.2 | - |
| YUV | 149.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 202 | 0.73 | 0.07 | 0 | 0.21 | 185.68 | 0.58 | 0.5 |
| Hex | 36 | BC | CA | 49 | 7 | 0 | 15 | BA | 3A | 32 |
| Octal | 66 | 274 | 312 | 111 | 7 | 0 | 25 | 272 | 72 | 62 |
| Binary | 110110 | 10111100 | 11001010 | 1001001 | 111 | 0 | 10101 | 10111010 | 111010 | 110010 |
Color Harmonies of #36BCCA
Complementary color
Monochromatic Colors of #36BCCA
Black with #36BCCA
Text Example
Text Example
White with #36BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCCA; }
p { color: rgb(54,188,202); }
H1.HeaderClassName
{
color: #36BCCA;
}
.AnyTagClassName
{
color: #36BCCA;
}
</style>
background-color css
<style>
a { background-color: #36BCCA; }
a { background-color: rgb(54,188,202); }
div.DivClassName
{
background-color: #36BCCA;
}
.BgClassName
{
background-color: #36BCCA;
}
</style>
border-color css
<style>
span { border-color: #36BCCA; }
span { border-color: rgb(54,188,202); }
td.TdClassName
{
border-color: #36BCCA;
}
.TagClassName
{
border-color: #36BCCA;
}
</style>