Shades of Dark Cyan #12918F
Tints of Dark Cyan #12918F
RGB
CMYK
RGB Variations
Color information
#12918F (or 0x12918F) is known color: Dark Cyan. HEX triplet: 12, 91 and 8F. RGB value is (18,145,143). Sum of RGB (Red+Green+Blue) = 18+145+143=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #12918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12918F is #ED6E70. Grayscale: #6A6A6A. Windows color (decimal): -15560305 or 9408786. OLE color: 9408786.
HSL color Cylindrical-coordinate representation of color #12918F: hue angle of 179.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12918F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 143 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.43 |
| HSL | 179.06º | 0.78% | 0.32% | - |
| HSV(B) | 179.06º | 0.88% | 0.57% | - |
| XYZ | 15.33 | 22.36 | 29.49 | - |
| YUV | 106.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 143 | 0.88 | 0 | 0.01 | 0.43 | 179.06 | 0.78 | 0.32 |
| Hex | 12 | 91 | 8F | 58 | 0 | 1 | 2B | B3 | 4E | 20 |
| Octal | 22 | 221 | 217 | 130 | 0 | 1 | 53 | 263 | 116 | 40 |
| Binary | 10010 | 10010001 | 10001111 | 1011000 | 0 | 1 | 101011 | 10110011 | 1001110 | 100000 |
Color Harmonies of #12918F
Complementary color
Monochromatic Colors of #12918F
Black with #12918F
Text Example
Text Example
White with #12918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12918F; }
p { color: rgb(18,145,143); }
H1.HeaderClassName
{
color: #12918F;
}
.AnyTagClassName
{
color: #12918F;
}
</style>
background-color css
<style>
a { background-color: #12918F; }
a { background-color: rgb(18,145,143); }
div.DivClassName
{
background-color: #12918F;
}
.BgClassName
{
background-color: #12918F;
}
</style>
border-color css
<style>
span { border-color: #12918F; }
span { border-color: rgb(18,145,143); }
td.TdClassName
{
border-color: #12918F;
}
.TagClassName
{
border-color: #12918F;
}
</style>