Shades of Dark Cyan #138A84
Tints of Dark Cyan #138A84
RGB
CMYK
RGB Variations
Color information
#138A84 (or 0x138A84) is known color: Dark Cyan. HEX triplet: 13, 8A and 84. RGB value is (19,138,132). Sum of RGB (Red+Green+Blue) = 19+138+132=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #138A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A84 is #EC757B. Grayscale: #656565. Windows color (decimal): -15496572 or 8686099. OLE color: 8686099.
HSL color Cylindrical-coordinate representation of color #138A84: hue angle of 176.97º 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 #138A84 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 132 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.46 |
| HSL | 176.97º | 0.76% | 0.31% | - |
| HSV(B) | 176.97º | 0.86% | 0.54% | - |
| XYZ | 13.52 | 19.98 | 24.97 | - |
| YUV | 101.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 132 | 0.86 | 0 | 0.04 | 0.46 | 176.97 | 0.76 | 0.31 |
| Hex | 13 | 8A | 84 | 56 | 0 | 4 | 2E | B1 | 4C | 1F |
| Octal | 23 | 212 | 204 | 126 | 0 | 4 | 56 | 261 | 114 | 37 |
| Binary | 10011 | 10001010 | 10000100 | 1010110 | 0 | 100 | 101110 | 10110001 | 1001100 | 11111 |
Color Harmonies of #138A84
Complementary color
Monochromatic Colors of #138A84
Black with #138A84
Text Example
Text Example
White with #138A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A84; }
p { color: rgb(19,138,132); }
H1.HeaderClassName
{
color: #138A84;
}
.AnyTagClassName
{
color: #138A84;
}
</style>
background-color css
<style>
a { background-color: #138A84; }
a { background-color: rgb(19,138,132); }
div.DivClassName
{
background-color: #138A84;
}
.BgClassName
{
background-color: #138A84;
}
</style>
border-color css
<style>
span { border-color: #138A84; }
span { border-color: rgb(19,138,132); }
td.TdClassName
{
border-color: #138A84;
}
.TagClassName
{
border-color: #138A84;
}
</style>