Shades of Mosque #0C5D5B
Tints of Mosque #0C5D5B
RGB
CMYK
RGB Variations
Color information
#0C5D5B (or 0x0C5D5B) is known color: Mosque. HEX triplet: 0C, 5D and 5B. RGB value is (12,93,91). Sum of RGB (Red+Green+Blue) = 12+93+91=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5D5B is #F3A2A4. Grayscale: #444444. Windows color (decimal): -15966885 or 5987596. OLE color: 5987596.
HSL color Cylindrical-coordinate representation of color #0C5D5B: hue angle of 178.52º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5D5B is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 93 | 91 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.64 |
| HSL | 178.52º | 0.77% | 0.21% | - |
| HSV(B) | 178.52º | 0.87% | 0.36% | - |
| XYZ | 5.95 | 8.66 | 11.26 | - |
| YUV | 68.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 93 | 91 | 0.87 | 0 | 0.02 | 0.64 | 178.52 | 0.77 | 0.21 |
| Hex | C | 5D | 5B | 57 | 0 | 2 | 40 | B3 | 4D | 15 |
| Octal | 14 | 135 | 133 | 127 | 0 | 2 | 100 | 263 | 115 | 25 |
| Binary | 1100 | 1011101 | 1011011 | 1010111 | 0 | 10 | 1000000 | 10110011 | 1001101 | 10101 |
Color Harmonies of #0C5D5B
Complementary color
Monochromatic Colors of #0C5D5B
Black with #0C5D5B
Text Example
Text Example
White with #0C5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5D5B; }
p { color: rgb(12,93,91); }
H1.HeaderClassName
{
color: #0C5D5B;
}
.AnyTagClassName
{
color: #0C5D5B;
}
</style>
background-color css
<style>
a { background-color: #0C5D5B; }
a { background-color: rgb(12,93,91); }
div.DivClassName
{
background-color: #0C5D5B;
}
.BgClassName
{
background-color: #0C5D5B;
}
</style>
border-color css
<style>
span { border-color: #0C5D5B; }
span { border-color: rgb(12,93,91); }
td.TdClassName
{
border-color: #0C5D5B;
}
.TagClassName
{
border-color: #0C5D5B;
}
</style>