Shades of Dark Cyan #138D8A
Tints of Dark Cyan #138D8A
RGB
CMYK
RGB Variations
Color information
#138D8A (or 0x138D8A) is known color: Dark Cyan. HEX triplet: 13, 8D and 8A. RGB value is (19,141,138). Sum of RGB (Red+Green+Blue) = 19+141+138=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #138D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D8A is #EC7275. Grayscale: #686868. Windows color (decimal): -15495798 or 9080083. OLE color: 9080083.
HSL color Cylindrical-coordinate representation of color #138D8A: hue angle of 178.52º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D8A is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 138 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.45 |
| HSL | 178.52º | 0.76% | 0.31% | - |
| HSV(B) | 178.52º | 0.87% | 0.55% | - |
| XYZ | 14.38 | 21.02 | 27.34 | - |
| YUV | 104.18 | 147.08 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 138 | 0.87 | 0 | 0.02 | 0.45 | 178.52 | 0.76 | 0.31 |
| Hex | 13 | 8D | 8A | 57 | 0 | 2 | 2D | B3 | 4C | 1F |
| Octal | 23 | 215 | 212 | 127 | 0 | 2 | 55 | 263 | 114 | 37 |
| Binary | 10011 | 10001101 | 10001010 | 1010111 | 0 | 10 | 101101 | 10110011 | 1001100 | 11111 |
Color Harmonies of #138D8A
Complementary color
Monochromatic Colors of #138D8A
Black with #138D8A
Text Example
Text Example
White with #138D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D8A; }
p { color: rgb(19,141,138); }
H1.HeaderClassName
{
color: #138D8A;
}
.AnyTagClassName
{
color: #138D8A;
}
</style>
background-color css
<style>
a { background-color: #138D8A; }
a { background-color: rgb(19,141,138); }
div.DivClassName
{
background-color: #138D8A;
}
.BgClassName
{
background-color: #138D8A;
}
</style>
border-color css
<style>
span { border-color: #138D8A; }
span { border-color: rgb(19,141,138); }
td.TdClassName
{
border-color: #138D8A;
}
.TagClassName
{
border-color: #138D8A;
}
</style>