Shades of Dark Cyan #0C828D
Tints of Dark Cyan #0C828D
RGB
CMYK
RGB Variations
Color information
#0C828D (or 0x0C828D) is known color: Dark Cyan. HEX triplet: 0C, 82 and 8D. RGB value is (12,130,141). Sum of RGB (Red+Green+Blue) = 12+130+141=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C828D is #F37D72. Grayscale: #5F5F5F. Windows color (decimal): -15957363 or 9273868. OLE color: 9273868.
HSL color Cylindrical-coordinate representation of color #0C828D: hue angle of 185.12º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C828D is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 130 | 141 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.45 |
| HSL | 185.12º | 0.84% | 0.3% | - |
| HSV(B) | 185.12º | 0.91% | 0.55% | - |
| XYZ | 12.94 | 17.97 | 27.99 | - |
| YUV | 95.97 | 153.41 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 141 | 0.91 | 0.08 | 0 | 0.45 | 185.12 | 0.84 | 0.3 |
| Hex | C | 82 | 8D | 5B | 8 | 0 | 2D | B9 | 54 | 1E |
| Octal | 14 | 202 | 215 | 133 | 10 | 0 | 55 | 271 | 124 | 36 |
| Binary | 1100 | 10000010 | 10001101 | 1011011 | 1000 | 0 | 101101 | 10111001 | 1010100 | 11110 |
Color Harmonies of #0C828D
Complementary color
Monochromatic Colors of #0C828D
Black with #0C828D
Text Example
Text Example
White with #0C828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C828D; }
p { color: rgb(12,130,141); }
H1.HeaderClassName
{
color: #0C828D;
}
.AnyTagClassName
{
color: #0C828D;
}
</style>
background-color css
<style>
a { background-color: #0C828D; }
a { background-color: rgb(12,130,141); }
div.DivClassName
{
background-color: #0C828D;
}
.BgClassName
{
background-color: #0C828D;
}
</style>
border-color css
<style>
span { border-color: #0C828D; }
span { border-color: rgb(12,130,141); }
td.TdClassName
{
border-color: #0C828D;
}
.TagClassName
{
border-color: #0C828D;
}
</style>