Shades of Viking #50B2CA
Tints of Viking #50B2CA
RGB
CMYK
RGB Variations
Color information
#50B2CA (or 0x50B2CA) is known color: Viking. HEX triplet: 50, B2 and CA. RGB value is (80,178,202). Sum of RGB (Red+Green+Blue) = 80+178+202=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #50B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2CA is #AF4D35. Grayscale: #979797. Windows color (decimal): -11488566 or 13283920. OLE color: 13283920.
HSL color Cylindrical-coordinate representation of color #50B2CA: hue angle of 191.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B2CA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 178 | 202 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.21 |
| HSL | 191.8º | 0.54% | 0.55% | - |
| HSV(B) | 191.8º | 0.6% | 0.79% | - |
| XYZ | 29.89 | 37.81 | 61.6 | - |
| YUV | 151.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 202 | 0.60 | 0.12 | 0 | 0.21 | 191.8 | 0.54 | 0.55 |
| Hex | 50 | B2 | CA | 3C | C | 0 | 15 | C0 | 36 | 37 |
| Octal | 120 | 262 | 312 | 74 | 14 | 0 | 25 | 300 | 66 | 67 |
| Binary | 1010000 | 10110010 | 11001010 | 111100 | 1100 | 0 | 10101 | 11000000 | 110110 | 110111 |
Color Harmonies of #50B2CA
Complementary color
Monochromatic Colors of #50B2CA
Black with #50B2CA
Text Example
Text Example
White with #50B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2CA; }
p { color: rgb(80,178,202); }
H1.HeaderClassName
{
color: #50B2CA;
}
.AnyTagClassName
{
color: #50B2CA;
}
</style>
background-color css
<style>
a { background-color: #50B2CA; }
a { background-color: rgb(80,178,202); }
div.DivClassName
{
background-color: #50B2CA;
}
.BgClassName
{
background-color: #50B2CA;
}
</style>
border-color css
<style>
span { border-color: #50B2CA; }
span { border-color: rgb(80,178,202); }
td.TdClassName
{
border-color: #50B2CA;
}
.TagClassName
{
border-color: #50B2CA;
}
</style>