Shades of Dark Cyan #0C8A83
Tints of Dark Cyan #0C8A83
RGB
CMYK
RGB Variations
Color information
#0C8A83 (or 0x0C8A83) is known color: Dark Cyan. HEX triplet: 0C, 8A and 83. RGB value is (12,138,131). Sum of RGB (Red+Green+Blue) = 12+138+131=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8A83 is #F3757C. Grayscale: #636363. Windows color (decimal): -15955325 or 8620556. OLE color: 8620556.
HSL color Cylindrical-coordinate representation of color #0C8A83: hue angle of 176.67º 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 #0C8A83 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 131 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.46 |
| HSL | 176.67º | 0.84% | 0.29% | - |
| HSV(B) | 176.67º | 0.91% | 0.54% | - |
| XYZ | 13.34 | 19.89 | 24.61 | - |
| YUV | 99.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 131 | 0.91 | 0 | 0.05 | 0.46 | 176.67 | 0.84 | 0.29 |
| Hex | C | 8A | 83 | 5B | 0 | 5 | 2E | B1 | 54 | 1D |
| Octal | 14 | 212 | 203 | 133 | 0 | 5 | 56 | 261 | 124 | 35 |
| Binary | 1100 | 10001010 | 10000011 | 1011011 | 0 | 101 | 101110 | 10110001 | 1010100 | 11101 |
Color Harmonies of #0C8A83
Complementary color
Monochromatic Colors of #0C8A83
Black with #0C8A83
Text Example
Text Example
White with #0C8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A83; }
p { color: rgb(12,138,131); }
H1.HeaderClassName
{
color: #0C8A83;
}
.AnyTagClassName
{
color: #0C8A83;
}
</style>
background-color css
<style>
a { background-color: #0C8A83; }
a { background-color: rgb(12,138,131); }
div.DivClassName
{
background-color: #0C8A83;
}
.BgClassName
{
background-color: #0C8A83;
}
</style>
border-color css
<style>
span { border-color: #0C8A83; }
span { border-color: rgb(12,138,131); }
td.TdClassName
{
border-color: #0C8A83;
}
.TagClassName
{
border-color: #0C8A83;
}
</style>