Shades of Dark Cyan #138C88
Tints of Dark Cyan #138C88
RGB
CMYK
RGB Variations
Color information
#138C88 (or 0x138C88) is known color: Dark Cyan. HEX triplet: 13, 8C and 88. RGB value is (19,140,136). Sum of RGB (Red+Green+Blue) = 19+140+136=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #138C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C88 is #EC7377. Grayscale: #676767. Windows color (decimal): -15496056 or 8948755. OLE color: 8948755.
HSL color Cylindrical-coordinate representation of color #138C88: hue angle of 178.02º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C88 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 136 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.45 |
| HSL | 178.02º | 0.76% | 0.31% | - |
| HSV(B) | 178.02º | 0.86% | 0.55% | - |
| XYZ | 14.09 | 20.67 | 26.54 | - |
| YUV | 103.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 136 | 0.86 | 0 | 0.03 | 0.45 | 178.02 | 0.76 | 0.31 |
| Hex | 13 | 8C | 88 | 56 | 0 | 3 | 2D | B2 | 4C | 1F |
| Octal | 23 | 214 | 210 | 126 | 0 | 3 | 55 | 262 | 114 | 37 |
| Binary | 10011 | 10001100 | 10001000 | 1010110 | 0 | 11 | 101101 | 10110010 | 1001100 | 11111 |
Color Harmonies of #138C88
Complementary color
Monochromatic Colors of #138C88
Black with #138C88
Text Example
Text Example
White with #138C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C88; }
p { color: rgb(19,140,136); }
H1.HeaderClassName
{
color: #138C88;
}
.AnyTagClassName
{
color: #138C88;
}
</style>
background-color css
<style>
a { background-color: #138C88; }
a { background-color: rgb(19,140,136); }
div.DivClassName
{
background-color: #138C88;
}
.BgClassName
{
background-color: #138C88;
}
</style>
border-color css
<style>
span { border-color: #138C88; }
span { border-color: rgb(19,140,136); }
td.TdClassName
{
border-color: #138C88;
}
.TagClassName
{
border-color: #138C88;
}
</style>