Shades of Dark Cyan #12988B
Tints of Dark Cyan #12988B
RGB
CMYK
RGB Variations
Color information
#12988B (or 0x12988B) is known color: Dark Cyan. HEX triplet: 12, 98 and 8B. RGB value is (18,152,139). Sum of RGB (Red+Green+Blue) = 18+152+139=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #12988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12988B is #ED6774. Grayscale: #6E6E6E. Windows color (decimal): -15558517 or 9148434. OLE color: 9148434.
HSL color Cylindrical-coordinate representation of color #12988B: hue angle of 174.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12988B is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 139 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.40 |
| HSL | 174.18º | 0.79% | 0.33% | - |
| HSV(B) | 174.18º | 0.88% | 0.6% | - |
| XYZ | 16.14 | 24.45 | 28.29 | - |
| YUV | 110.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 139 | 0.88 | 0 | 0.09 | 0.40 | 174.18 | 0.79 | 0.33 |
| Hex | 12 | 98 | 8B | 58 | 0 | 9 | 28 | AE | 4F | 21 |
| Octal | 22 | 230 | 213 | 130 | 0 | 11 | 50 | 256 | 117 | 41 |
| Binary | 10010 | 10011000 | 10001011 | 1011000 | 0 | 1001 | 101000 | 10101110 | 1001111 | 100001 |
Color Harmonies of #12988B
Complementary color
Monochromatic Colors of #12988B
Black with #12988B
Text Example
Text Example
White with #12988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12988B; }
p { color: rgb(18,152,139); }
H1.HeaderClassName
{
color: #12988B;
}
.AnyTagClassName
{
color: #12988B;
}
</style>
background-color css
<style>
a { background-color: #12988B; }
a { background-color: rgb(18,152,139); }
div.DivClassName
{
background-color: #12988B;
}
.BgClassName
{
background-color: #12988B;
}
</style>
border-color css
<style>
span { border-color: #12988B; }
span { border-color: rgb(18,152,139); }
td.TdClassName
{
border-color: #12988B;
}
.TagClassName
{
border-color: #12988B;
}
</style>