Shades of Dark Cyan #138487
Tints of Dark Cyan #138487
RGB
CMYK
RGB Variations
Color information
#138487 (or 0x138487) is known color: Dark Cyan. HEX triplet: 13, 84 and 87. RGB value is (19,132,135). Sum of RGB (Red+Green+Blue) = 19+132+135=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #138487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138487 is #EC7B78. Grayscale: #626262. Windows color (decimal): -15498105 or 8881171. OLE color: 8881171.
HSL color Cylindrical-coordinate representation of color #138487: hue angle of 181.55º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138487 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 132 | 135 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.47 |
| HSL | 181.55º | 0.75% | 0.3% | - |
| HSV(B) | 181.55º | 0.86% | 0.53% | - |
| XYZ | 12.89 | 18.39 | 25.79 | - |
| YUV | 98.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 135 | 0.86 | 0.02 | 0 | 0.47 | 181.55 | 0.75 | 0.3 |
| Hex | 13 | 84 | 87 | 56 | 2 | 0 | 2F | B6 | 4B | 1E |
| Octal | 23 | 204 | 207 | 126 | 2 | 0 | 57 | 266 | 113 | 36 |
| Binary | 10011 | 10000100 | 10000111 | 1010110 | 10 | 0 | 101111 | 10110110 | 1001011 | 11110 |
Color Harmonies of #138487
Complementary color
Monochromatic Colors of #138487
Black with #138487
Text Example
Text Example
White with #138487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138487; }
p { color: rgb(19,132,135); }
H1.HeaderClassName
{
color: #138487;
}
.AnyTagClassName
{
color: #138487;
}
</style>
background-color css
<style>
a { background-color: #138487; }
a { background-color: rgb(19,132,135); }
div.DivClassName
{
background-color: #138487;
}
.BgClassName
{
background-color: #138487;
}
</style>
border-color css
<style>
span { border-color: #138487; }
span { border-color: rgb(19,132,135); }
td.TdClassName
{
border-color: #138487;
}
.TagClassName
{
border-color: #138487;
}
</style>