Shades of Dark Cyan #138689
Tints of Dark Cyan #138689
RGB
CMYK
RGB Variations
Color information
#138689 (or 0x138689) is known color: Dark Cyan. HEX triplet: 13, 86 and 89. RGB value is (19,134,137). Sum of RGB (Red+Green+Blue) = 19+134+137=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #138689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138689 is #EC7976. Grayscale: #636363. Windows color (decimal): -15497591 or 9012755. OLE color: 9012755.
HSL color Cylindrical-coordinate representation of color #138689: hue angle of 181.53º 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 #138689 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 134 | 137 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.46 |
| HSL | 181.53º | 0.76% | 0.31% | - |
| HSV(B) | 181.53º | 0.86% | 0.54% | - |
| XYZ | 13.31 | 18.99 | 26.63 | - |
| YUV | 99.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 137 | 0.86 | 0.02 | 0 | 0.46 | 181.53 | 0.76 | 0.31 |
| Hex | 13 | 86 | 89 | 56 | 2 | 0 | 2E | B6 | 4C | 1F |
| Octal | 23 | 206 | 211 | 126 | 2 | 0 | 56 | 266 | 114 | 37 |
| Binary | 10011 | 10000110 | 10001001 | 1010110 | 10 | 0 | 101110 | 10110110 | 1001100 | 11111 |
Color Harmonies of #138689
Complementary color
Monochromatic Colors of #138689
Black with #138689
Text Example
Text Example
White with #138689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138689; }
p { color: rgb(19,134,137); }
H1.HeaderClassName
{
color: #138689;
}
.AnyTagClassName
{
color: #138689;
}
</style>
background-color css
<style>
a { background-color: #138689; }
a { background-color: rgb(19,134,137); }
div.DivClassName
{
background-color: #138689;
}
.BgClassName
{
background-color: #138689;
}
</style>
border-color css
<style>
span { border-color: #138689; }
span { border-color: rgb(19,134,137); }
td.TdClassName
{
border-color: #138689;
}
.TagClassName
{
border-color: #138689;
}
</style>