Shades of Dark Cyan #0C908B
Tints of Dark Cyan #0C908B
RGB
CMYK
RGB Variations
Color information
#0C908B (or 0x0C908B) is known color: Dark Cyan. HEX triplet: 0C, 90 and 8B. RGB value is (12,144,139). Sum of RGB (Red+Green+Blue) = 12+144+139=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #0C908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C908B is #F36F74. Grayscale: #676767. Windows color (decimal): -15953781 or 9146380. OLE color: 9146380.
HSL color Cylindrical-coordinate representation of color #0C908B: hue angle of 177.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C908B is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 139 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.44 |
| HSL | 177.73º | 0.85% | 0.31% | - |
| HSV(B) | 177.73º | 0.92% | 0.56% | - |
| XYZ | 14.79 | 21.89 | 27.87 | - |
| YUV | 103.96 | 147.77 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 139 | 0.92 | 0 | 0.03 | 0.44 | 177.73 | 0.85 | 0.31 |
| Hex | C | 90 | 8B | 5C | 0 | 3 | 2C | B2 | 55 | 1F |
| Octal | 14 | 220 | 213 | 134 | 0 | 3 | 54 | 262 | 125 | 37 |
| Binary | 1100 | 10010000 | 10001011 | 1011100 | 0 | 11 | 101100 | 10110010 | 1010101 | 11111 |
Color Harmonies of #0C908B
Complementary color
Monochromatic Colors of #0C908B
Black with #0C908B
Text Example
Text Example
White with #0C908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C908B; }
p { color: rgb(12,144,139); }
H1.HeaderClassName
{
color: #0C908B;
}
.AnyTagClassName
{
color: #0C908B;
}
</style>
background-color css
<style>
a { background-color: #0C908B; }
a { background-color: rgb(12,144,139); }
div.DivClassName
{
background-color: #0C908B;
}
.BgClassName
{
background-color: #0C908B;
}
</style>
border-color css
<style>
span { border-color: #0C908B; }
span { border-color: rgb(12,144,139); }
td.TdClassName
{
border-color: #0C908B;
}
.TagClassName
{
border-color: #0C908B;
}
</style>