Shades of Dark Cyan #0C848A
Tints of Dark Cyan #0C848A
RGB
CMYK
RGB Variations
Color information
#0C848A (or 0x0C848A) is known color: Dark Cyan. HEX triplet: 0C, 84 and 8A. RGB value is (12,132,138). Sum of RGB (Red+Green+Blue) = 12+132+138=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C848A is #F37B75. Grayscale: #606060. Windows color (decimal): -15956854 or 9077772. OLE color: 9077772.
HSL color Cylindrical-coordinate representation of color #0C848A: hue angle of 182.86º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C848A is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 132 | 138 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.46 |
| HSL | 182.86º | 0.84% | 0.29% | - |
| HSV(B) | 182.86º | 0.91% | 0.54% | - |
| XYZ | 12.99 | 18.42 | 26.91 | - |
| YUV | 96.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 138 | 0.91 | 0.04 | 0 | 0.46 | 182.86 | 0.84 | 0.29 |
| Hex | C | 84 | 8A | 5B | 4 | 0 | 2E | B7 | 54 | 1D |
| Octal | 14 | 204 | 212 | 133 | 4 | 0 | 56 | 267 | 124 | 35 |
| Binary | 1100 | 10000100 | 10001010 | 1011011 | 100 | 0 | 101110 | 10110111 | 1010100 | 11101 |
Color Harmonies of #0C848A
Complementary color
Monochromatic Colors of #0C848A
Black with #0C848A
Text Example
Text Example
White with #0C848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C848A; }
p { color: rgb(12,132,138); }
H1.HeaderClassName
{
color: #0C848A;
}
.AnyTagClassName
{
color: #0C848A;
}
</style>
background-color css
<style>
a { background-color: #0C848A; }
a { background-color: rgb(12,132,138); }
div.DivClassName
{
background-color: #0C848A;
}
.BgClassName
{
background-color: #0C848A;
}
</style>
border-color css
<style>
span { border-color: #0C848A; }
span { border-color: rgb(12,132,138); }
td.TdClassName
{
border-color: #0C848A;
}
.TagClassName
{
border-color: #0C848A;
}
</style>