Shades of Dark Cyan #138E90
Tints of Dark Cyan #138E90
RGB
CMYK
RGB Variations
Color information
#138E90 (or 0x138E90) is known color: Dark Cyan. HEX triplet: 13, 8E and 90. RGB value is (19,142,144). Sum of RGB (Red+Green+Blue) = 19+142+144=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #138E90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138E90 is #EC716F. Grayscale: #696969. Windows color (decimal): -15495536 or 9473555. OLE color: 9473555.
HSL color Cylindrical-coordinate representation of color #138E90: hue angle of 180.96º 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 #138E90 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 144 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.44 |
| HSL | 180.96º | 0.77% | 0.32% | - |
| HSV(B) | 180.96º | 0.87% | 0.56% | - |
| XYZ | 14.98 | 21.5 | 29.75 | - |
| YUV | 105.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 144 | 0.87 | 0.01 | 0 | 0.44 | 180.96 | 0.77 | 0.32 |
| Hex | 13 | 8E | 90 | 57 | 1 | 0 | 2C | B5 | 4D | 20 |
| Octal | 23 | 216 | 220 | 127 | 1 | 0 | 54 | 265 | 115 | 40 |
| Binary | 10011 | 10001110 | 10010000 | 1010111 | 1 | 0 | 101100 | 10110101 | 1001101 | 100000 |
Color Harmonies of #138E90
Complementary color
Monochromatic Colors of #138E90
Black with #138E90
Text Example
Text Example
White with #138E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E90; }
p { color: rgb(19,142,144); }
H1.HeaderClassName
{
color: #138E90;
}
.AnyTagClassName
{
color: #138E90;
}
</style>
background-color css
<style>
a { background-color: #138E90; }
a { background-color: rgb(19,142,144); }
div.DivClassName
{
background-color: #138E90;
}
.BgClassName
{
background-color: #138E90;
}
</style>
border-color css
<style>
span { border-color: #138E90; }
span { border-color: rgb(19,142,144); }
td.TdClassName
{
border-color: #138E90;
}
.TagClassName
{
border-color: #138E90;
}
</style>