Shades of Dark Cyan #0F948A
Tints of Dark Cyan #0F948A
RGB
CMYK
RGB Variations
Color information
#0F948A (or 0x0F948A) is known color: Dark Cyan. HEX triplet: 0F, 94 and 8A. RGB value is (15,148,138). Sum of RGB (Red+Green+Blue) = 15+148+138=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #0F948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F948A is #F06B75. Grayscale: #6B6B6B. Windows color (decimal): -15756150 or 9081871. OLE color: 9081871.
HSL color Cylindrical-coordinate representation of color #0F948A: hue angle of 175.49º degrees, saturation: 0.82, 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 #0F948A is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 148 | 138 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.42 |
| HSL | 175.49º | 0.82% | 0.32% | - |
| HSV(B) | 175.49º | 0.9% | 0.58% | - |
| XYZ | 15.37 | 23.12 | 27.7 | - |
| YUV | 107.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 138 | 0.90 | 0 | 0.07 | 0.42 | 175.49 | 0.82 | 0.32 |
| Hex | F | 94 | 8A | 5A | 0 | 7 | 2A | AF | 52 | 20 |
| Octal | 17 | 224 | 212 | 132 | 0 | 7 | 52 | 257 | 122 | 40 |
| Binary | 1111 | 10010100 | 10001010 | 1011010 | 0 | 111 | 101010 | 10101111 | 1010010 | 100000 |
Color Harmonies of #0F948A
Complementary color
Monochromatic Colors of #0F948A
Black with #0F948A
Text Example
Text Example
White with #0F948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F948A; }
p { color: rgb(15,148,138); }
H1.HeaderClassName
{
color: #0F948A;
}
.AnyTagClassName
{
color: #0F948A;
}
</style>
background-color css
<style>
a { background-color: #0F948A; }
a { background-color: rgb(15,148,138); }
div.DivClassName
{
background-color: #0F948A;
}
.BgClassName
{
background-color: #0F948A;
}
</style>
border-color css
<style>
span { border-color: #0F948A; }
span { border-color: rgb(15,148,138); }
td.TdClassName
{
border-color: #0F948A;
}
.TagClassName
{
border-color: #0F948A;
}
</style>