Shades of Dark Cyan #0F938A
Tints of Dark Cyan #0F938A
RGB
CMYK
RGB Variations
Color information
#0F938A (or 0x0F938A) is known color: Dark Cyan. HEX triplet: 0F, 93 and 8A. RGB value is (15,147,138). Sum of RGB (Red+Green+Blue) = 15+147+138=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #0F938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F938A is #F06C75. Grayscale: #6A6A6A. Windows color (decimal): -15756406 or 9081615. OLE color: 9081615.
HSL color Cylindrical-coordinate representation of color #0F938A: hue angle of 175.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F938A is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 138 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.42 |
| HSL | 175.91º | 0.81% | 0.32% | - |
| HSV(B) | 175.91º | 0.9% | 0.58% | - |
| XYZ | 15.22 | 22.8 | 27.64 | - |
| YUV | 106.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 138 | 0.90 | 0 | 0.06 | 0.42 | 175.91 | 0.81 | 0.32 |
| Hex | F | 93 | 8A | 5A | 0 | 6 | 2A | B0 | 51 | 20 |
| Octal | 17 | 223 | 212 | 132 | 0 | 6 | 52 | 260 | 121 | 40 |
| Binary | 1111 | 10010011 | 10001010 | 1011010 | 0 | 110 | 101010 | 10110000 | 1010001 | 100000 |
Color Harmonies of #0F938A
Complementary color
Monochromatic Colors of #0F938A
Black with #0F938A
Text Example
Text Example
White with #0F938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F938A; }
p { color: rgb(15,147,138); }
H1.HeaderClassName
{
color: #0F938A;
}
.AnyTagClassName
{
color: #0F938A;
}
</style>
background-color css
<style>
a { background-color: #0F938A; }
a { background-color: rgb(15,147,138); }
div.DivClassName
{
background-color: #0F938A;
}
.BgClassName
{
background-color: #0F938A;
}
</style>
border-color css
<style>
span { border-color: #0F938A; }
span { border-color: rgb(15,147,138); }
td.TdClassName
{
border-color: #0F938A;
}
.TagClassName
{
border-color: #0F938A;
}
</style>