Shades of Dark Cyan #12928B
Tints of Dark Cyan #12928B
RGB
CMYK
RGB Variations
Color information
#12928B (or 0x12928B) is known color: Dark Cyan. HEX triplet: 12, 92 and 8B. RGB value is (18,146,139). Sum of RGB (Red+Green+Blue) = 18+146+139=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #12928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12928B is #ED6D74. Grayscale: #6A6A6A. Windows color (decimal): -15560053 or 9146898. OLE color: 9146898.
HSL color Cylindrical-coordinate representation of color #12928B: hue angle of 176.72º 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 #12928B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 139 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.43 |
| HSL | 176.72º | 0.78% | 0.32% | - |
| HSV(B) | 176.72º | 0.88% | 0.57% | - |
| XYZ | 15.19 | 22.55 | 27.98 | - |
| YUV | 106.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 139 | 0.88 | 0 | 0.05 | 0.43 | 176.72 | 0.78 | 0.32 |
| Hex | 12 | 92 | 8B | 58 | 0 | 5 | 2B | B1 | 4E | 20 |
| Octal | 22 | 222 | 213 | 130 | 0 | 5 | 53 | 261 | 116 | 40 |
| Binary | 10010 | 10010010 | 10001011 | 1011000 | 0 | 101 | 101011 | 10110001 | 1001110 | 100000 |
Color Harmonies of #12928B
Complementary color
Monochromatic Colors of #12928B
Black with #12928B
Text Example
Text Example
White with #12928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12928B; }
p { color: rgb(18,146,139); }
H1.HeaderClassName
{
color: #12928B;
}
.AnyTagClassName
{
color: #12928B;
}
</style>
background-color css
<style>
a { background-color: #12928B; }
a { background-color: rgb(18,146,139); }
div.DivClassName
{
background-color: #12928B;
}
.BgClassName
{
background-color: #12928B;
}
</style>
border-color css
<style>
span { border-color: #12928B; }
span { border-color: rgb(18,146,139); }
td.TdClassName
{
border-color: #12928B;
}
.TagClassName
{
border-color: #12928B;
}
</style>