Shades of Dark Cyan #12898D
Tints of Dark Cyan #12898D
RGB
CMYK
RGB Variations
Color information
#12898D (or 0x12898D) is known color: Dark Cyan. HEX triplet: 12, 89 and 8D. RGB value is (18,137,141). Sum of RGB (Red+Green+Blue) = 18+137+141=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #12898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12898D is #ED7672. Grayscale: #656565. Windows color (decimal): -15562355 or 9275666. OLE color: 9275666.
HSL color Cylindrical-coordinate representation of color #12898D: hue angle of 181.95º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12898D is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 137 | 141 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.45 |
| HSL | 181.95º | 0.77% | 0.31% | - |
| HSV(B) | 181.95º | 0.87% | 0.55% | - |
| XYZ | 14 | 19.94 | 28.31 | - |
| YUV | 101.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 141 | 0.87 | 0.03 | 0 | 0.45 | 181.95 | 0.77 | 0.31 |
| Hex | 12 | 89 | 8D | 57 | 3 | 0 | 2D | B6 | 4D | 1F |
| Octal | 22 | 211 | 215 | 127 | 3 | 0 | 55 | 266 | 115 | 37 |
| Binary | 10010 | 10001001 | 10001101 | 1010111 | 11 | 0 | 101101 | 10110110 | 1001101 | 11111 |
Color Harmonies of #12898D
Complementary color
Monochromatic Colors of #12898D
Black with #12898D
Text Example
Text Example
White with #12898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12898D; }
p { color: rgb(18,137,141); }
H1.HeaderClassName
{
color: #12898D;
}
.AnyTagClassName
{
color: #12898D;
}
</style>
background-color css
<style>
a { background-color: #12898D; }
a { background-color: rgb(18,137,141); }
div.DivClassName
{
background-color: #12898D;
}
.BgClassName
{
background-color: #12898D;
}
</style>
border-color css
<style>
span { border-color: #12898D; }
span { border-color: rgb(18,137,141); }
td.TdClassName
{
border-color: #12898D;
}
.TagClassName
{
border-color: #12898D;
}
</style>