Shades of Dark Cyan #13928E
Tints of Dark Cyan #13928E
RGB
CMYK
RGB Variations
Color information
#13928E (or 0x13928E) is known color: Dark Cyan. HEX triplet: 13, 92 and 8E. RGB value is (19,146,142). Sum of RGB (Red+Green+Blue) = 19+146+142=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #13928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13928E is #EC6D71. Grayscale: #6B6B6B. Windows color (decimal): -15494514 or 9343507. OLE color: 9343507.
HSL color Cylindrical-coordinate representation of color #13928E: hue angle of 178.11º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13928E is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 142 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.43 |
| HSL | 178.11º | 0.77% | 0.32% | - |
| HSV(B) | 178.11º | 0.87% | 0.57% | - |
| XYZ | 15.43 | 22.65 | 29.15 | - |
| YUV | 107.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 142 | 0.87 | 0 | 0.03 | 0.43 | 178.11 | 0.77 | 0.32 |
| Hex | 13 | 92 | 8E | 57 | 0 | 3 | 2B | B2 | 4D | 20 |
| Octal | 23 | 222 | 216 | 127 | 0 | 3 | 53 | 262 | 115 | 40 |
| Binary | 10011 | 10010010 | 10001110 | 1010111 | 0 | 11 | 101011 | 10110010 | 1001101 | 100000 |
Color Harmonies of #13928E
Complementary color
Monochromatic Colors of #13928E
Black with #13928E
Text Example
Text Example
White with #13928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13928E; }
p { color: rgb(19,146,142); }
H1.HeaderClassName
{
color: #13928E;
}
.AnyTagClassName
{
color: #13928E;
}
</style>
background-color css
<style>
a { background-color: #13928E; }
a { background-color: rgb(19,146,142); }
div.DivClassName
{
background-color: #13928E;
}
.BgClassName
{
background-color: #13928E;
}
</style>
border-color css
<style>
span { border-color: #13928E; }
span { border-color: rgb(19,146,142); }
td.TdClassName
{
border-color: #13928E;
}
.TagClassName
{
border-color: #13928E;
}
</style>