Shades of Viking #35BCC0
Tints of Viking #35BCC0
RGB
CMYK
RGB Variations
Color information
#35BCC0 (or 0x35BCC0) is known color: Viking. HEX triplet: 35, BC and C0. RGB value is (53,188,192). Sum of RGB (Red+Green+Blue) = 53+188+192=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #35BCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCC0 is #CA433F. Grayscale: #939393. Windows color (decimal): -13255488 or 12631093. OLE color: 12631093.
HSL color Cylindrical-coordinate representation of color #35BCC0: hue angle of 181.73º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BCC0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 188 | 192 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.25 |
| HSL | 181.73º | 0.57% | 0.48% | - |
| HSV(B) | 181.73º | 0.72% | 0.75% | - |
| XYZ | 28.97 | 40.53 | 56.17 | - |
| YUV | 148.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 192 | 0.72 | 0.02 | 0 | 0.25 | 181.73 | 0.57 | 0.48 |
| Hex | 35 | BC | C0 | 48 | 2 | 0 | 19 | B6 | 39 | 30 |
| Octal | 65 | 274 | 300 | 110 | 2 | 0 | 31 | 266 | 71 | 60 |
| Binary | 110101 | 10111100 | 11000000 | 1001000 | 10 | 0 | 11001 | 10110110 | 111001 | 110000 |
Color Harmonies of #35BCC0
Complementary color
Monochromatic Colors of #35BCC0
Black with #35BCC0
Text Example
Text Example
White with #35BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BCC0; }
p { color: rgb(53,188,192); }
H1.HeaderClassName
{
color: #35BCC0;
}
.AnyTagClassName
{
color: #35BCC0;
}
</style>
background-color css
<style>
a { background-color: #35BCC0; }
a { background-color: rgb(53,188,192); }
div.DivClassName
{
background-color: #35BCC0;
}
.BgClassName
{
background-color: #35BCC0;
}
</style>
border-color css
<style>
span { border-color: #35BCC0; }
span { border-color: rgb(53,188,192); }
td.TdClassName
{
border-color: #35BCC0;
}
.TagClassName
{
border-color: #35BCC0;
}
</style>