Shades of Dark Cyan #0C948C
Tints of Dark Cyan #0C948C
RGB
CMYK
RGB Variations
Color information
#0C948C (or 0x0C948C) is known color: Dark Cyan. HEX triplet: 0C, 94 and 8C. RGB value is (12,148,140). Sum of RGB (Red+Green+Blue) = 12+148+140=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #0C948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C948C is #F36B73. Grayscale: #6A6A6A. Windows color (decimal): -15952756 or 9212940. OLE color: 9212940.
HSL color Cylindrical-coordinate representation of color #0C948C: hue angle of 176.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C948C is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 140 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.42 |
| HSL | 176.47º | 0.85% | 0.31% | - |
| HSV(B) | 176.47º | 0.92% | 0.58% | - |
| XYZ | 15.48 | 23.15 | 28.46 | - |
| YUV | 106.42 | 146.94 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 140 | 0.92 | 0 | 0.05 | 0.42 | 176.47 | 0.85 | 0.31 |
| Hex | C | 94 | 8C | 5C | 0 | 5 | 2A | B0 | 55 | 1F |
| Octal | 14 | 224 | 214 | 134 | 0 | 5 | 52 | 260 | 125 | 37 |
| Binary | 1100 | 10010100 | 10001100 | 1011100 | 0 | 101 | 101010 | 10110000 | 1010101 | 11111 |
Color Harmonies of #0C948C
Complementary color
Monochromatic Colors of #0C948C
Black with #0C948C
Text Example
Text Example
White with #0C948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C948C; }
p { color: rgb(12,148,140); }
H1.HeaderClassName
{
color: #0C948C;
}
.AnyTagClassName
{
color: #0C948C;
}
</style>
background-color css
<style>
a { background-color: #0C948C; }
a { background-color: rgb(12,148,140); }
div.DivClassName
{
background-color: #0C948C;
}
.BgClassName
{
background-color: #0C948C;
}
</style>
border-color css
<style>
span { border-color: #0C948C; }
span { border-color: rgb(12,148,140); }
td.TdClassName
{
border-color: #0C948C;
}
.TagClassName
{
border-color: #0C948C;
}
</style>