Shades of Dark Cyan #12958B
Tints of Dark Cyan #12958B
RGB
CMYK
RGB Variations
Color information
#12958B (or 0x12958B) is known color: Dark Cyan. HEX triplet: 12, 95 and 8B. RGB value is (18,149,139). Sum of RGB (Red+Green+Blue) = 18+149+139=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #12958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12958B is #ED6A74. Grayscale: #6C6C6C. Windows color (decimal): -15559285 or 9147666. OLE color: 9147666.
HSL color Cylindrical-coordinate representation of color #12958B: hue angle of 175.42º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12958B is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 139 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.42 |
| HSL | 175.42º | 0.78% | 0.33% | - |
| HSV(B) | 175.42º | 0.88% | 0.58% | - |
| XYZ | 15.66 | 23.49 | 28.13 | - |
| YUV | 108.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 139 | 0.88 | 0 | 0.07 | 0.42 | 175.42 | 0.78 | 0.33 |
| Hex | 12 | 95 | 8B | 58 | 0 | 7 | 2A | AF | 4E | 21 |
| Octal | 22 | 225 | 213 | 130 | 0 | 7 | 52 | 257 | 116 | 41 |
| Binary | 10010 | 10010101 | 10001011 | 1011000 | 0 | 111 | 101010 | 10101111 | 1001110 | 100001 |
Color Harmonies of #12958B
Complementary color
Monochromatic Colors of #12958B
Black with #12958B
Text Example
Text Example
White with #12958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12958B; }
p { color: rgb(18,149,139); }
H1.HeaderClassName
{
color: #12958B;
}
.AnyTagClassName
{
color: #12958B;
}
</style>
background-color css
<style>
a { background-color: #12958B; }
a { background-color: rgb(18,149,139); }
div.DivClassName
{
background-color: #12958B;
}
.BgClassName
{
background-color: #12958B;
}
</style>
border-color css
<style>
span { border-color: #12958B; }
span { border-color: rgb(18,149,139); }
td.TdClassName
{
border-color: #12958B;
}
.TagClassName
{
border-color: #12958B;
}
</style>