Shades of Dark Cyan #138690
Tints of Dark Cyan #138690
RGB
CMYK
RGB Variations
Color information
#138690 (or 0x138690) is known color: Dark Cyan. HEX triplet: 13, 86 and 90. RGB value is (19,134,144). Sum of RGB (Red+Green+Blue) = 19+134+144=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #138690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138690 is #EC796F. Grayscale: #646464. Windows color (decimal): -15497584 or 9471507. OLE color: 9471507.
HSL color Cylindrical-coordinate representation of color #138690: hue angle of 184.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138690 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 134 | 144 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.44 |
| HSL | 184.8º | 0.77% | 0.32% | - |
| HSV(B) | 184.8º | 0.87% | 0.56% | - |
| XYZ | 13.83 | 19.2 | 29.36 | - |
| YUV | 100.76 | 152.4 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 144 | 0.87 | 0.07 | 0 | 0.44 | 184.8 | 0.77 | 0.32 |
| Hex | 13 | 86 | 90 | 57 | 7 | 0 | 2C | B9 | 4D | 20 |
| Octal | 23 | 206 | 220 | 127 | 7 | 0 | 54 | 271 | 115 | 40 |
| Binary | 10011 | 10000110 | 10010000 | 1010111 | 111 | 0 | 101100 | 10111001 | 1001101 | 100000 |
Color Harmonies of #138690
Complementary color
Monochromatic Colors of #138690
Black with #138690
Text Example
Text Example
White with #138690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138690; }
p { color: rgb(19,134,144); }
H1.HeaderClassName
{
color: #138690;
}
.AnyTagClassName
{
color: #138690;
}
</style>
background-color css
<style>
a { background-color: #138690; }
a { background-color: rgb(19,134,144); }
div.DivClassName
{
background-color: #138690;
}
.BgClassName
{
background-color: #138690;
}
</style>
border-color css
<style>
span { border-color: #138690; }
span { border-color: rgb(19,134,144); }
td.TdClassName
{
border-color: #138690;
}
.TagClassName
{
border-color: #138690;
}
</style>