Shades of Dark Cyan #138A89
Tints of Dark Cyan #138A89
RGB
CMYK
RGB Variations
Color information
#138A89 (or 0x138A89) is known color: Dark Cyan. HEX triplet: 13, 8A and 89. RGB value is (19,138,137). Sum of RGB (Red+Green+Blue) = 19+138+137=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #138A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A89 is #EC7576. Grayscale: #666666. Windows color (decimal): -15496567 or 9013779. OLE color: 9013779.
HSL color Cylindrical-coordinate representation of color #138A89: hue angle of 179.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A89 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 137 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.46 |
| HSL | 179.5º | 0.76% | 0.31% | - |
| HSV(B) | 179.5º | 0.86% | 0.54% | - |
| XYZ | 13.87 | 20.12 | 26.82 | - |
| YUV | 102.31 | 147.58 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 137 | 0.86 | 0 | 0.01 | 0.46 | 179.5 | 0.76 | 0.31 |
| Hex | 13 | 8A | 89 | 56 | 0 | 1 | 2E | B3 | 4C | 1F |
| Octal | 23 | 212 | 211 | 126 | 0 | 1 | 56 | 263 | 114 | 37 |
| Binary | 10011 | 10001010 | 10001001 | 1010110 | 0 | 1 | 101110 | 10110011 | 1001100 | 11111 |
Color Harmonies of #138A89
Complementary color
Monochromatic Colors of #138A89
Black with #138A89
Text Example
Text Example
White with #138A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A89; }
p { color: rgb(19,138,137); }
H1.HeaderClassName
{
color: #138A89;
}
.AnyTagClassName
{
color: #138A89;
}
</style>
background-color css
<style>
a { background-color: #138A89; }
a { background-color: rgb(19,138,137); }
div.DivClassName
{
background-color: #138A89;
}
.BgClassName
{
background-color: #138A89;
}
</style>
border-color css
<style>
span { border-color: #138A89; }
span { border-color: rgb(19,138,137); }
td.TdClassName
{
border-color: #138A89;
}
.TagClassName
{
border-color: #138A89;
}
</style>