Shades of Mosque #0C5A50
Tints of Mosque #0C5A50
RGB
CMYK
RGB Variations
Color information
#0C5A50 (or 0x0C5A50) is known color: Mosque. HEX triplet: 0C, 5A and 50. RGB value is (12,90,80). Sum of RGB (Red+Green+Blue) = 12+90+80=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5A50 is #F3A5AF. Grayscale: #414141. Windows color (decimal): -15967664 or 5265932. OLE color: 5265932.
HSL color Cylindrical-coordinate representation of color #0C5A50: hue angle of 172.31º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5A50 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 90 | 80 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.65 |
| HSL | 172.31º | 0.76% | 0.2% | - |
| HSV(B) | 172.31º | 0.87% | 0.35% | - |
| XYZ | 5.26 | 7.97 | 8.85 | - |
| YUV | 65.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 80 | 0.87 | 0 | 0.11 | 0.65 | 172.31 | 0.76 | 0.2 |
| Hex | C | 5A | 50 | 57 | 0 | B | 41 | AC | 4C | 14 |
| Octal | 14 | 132 | 120 | 127 | 0 | 13 | 101 | 254 | 114 | 24 |
| Binary | 1100 | 1011010 | 1010000 | 1010111 | 0 | 1011 | 1000001 | 10101100 | 1001100 | 10100 |
Color Harmonies of #0C5A50
Complementary color
Monochromatic Colors of #0C5A50
Black with #0C5A50
Text Example
Text Example
White with #0C5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5A50; }
p { color: rgb(12,90,80); }
H1.HeaderClassName
{
color: #0C5A50;
}
.AnyTagClassName
{
color: #0C5A50;
}
</style>
background-color css
<style>
a { background-color: #0C5A50; }
a { background-color: rgb(12,90,80); }
div.DivClassName
{
background-color: #0C5A50;
}
.BgClassName
{
background-color: #0C5A50;
}
</style>
border-color css
<style>
span { border-color: #0C5A50; }
span { border-color: rgb(12,90,80); }
td.TdClassName
{
border-color: #0C5A50;
}
.TagClassName
{
border-color: #0C5A50;
}
</style>