Shades of Dark Cyan #138A8E
Tints of Dark Cyan #138A8E
RGB
CMYK
RGB Variations
Color information
#138A8E (or 0x138A8E) is known color: Dark Cyan. HEX triplet: 13, 8A and 8E. RGB value is (19,138,142). Sum of RGB (Red+Green+Blue) = 19+138+142=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #138A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A8E is #EC7571. Grayscale: #666666. Windows color (decimal): -15496562 or 9341459. OLE color: 9341459.
HSL color Cylindrical-coordinate representation of color #138A8E: hue angle of 181.95º degrees, saturation: 0.76, 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 #138A8E is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 138 | 142 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.44 |
| HSL | 181.95º | 0.76% | 0.32% | - |
| HSV(B) | 181.95º | 0.87% | 0.56% | - |
| XYZ | 14.24 | 20.27 | 28.75 | - |
| YUV | 102.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 142 | 0.87 | 0.03 | 0 | 0.44 | 181.95 | 0.76 | 0.32 |
| Hex | 13 | 8A | 8E | 57 | 3 | 0 | 2C | B6 | 4C | 20 |
| Octal | 23 | 212 | 216 | 127 | 3 | 0 | 54 | 266 | 114 | 40 |
| Binary | 10011 | 10001010 | 10001110 | 1010111 | 11 | 0 | 101100 | 10110110 | 1001100 | 100000 |
Color Harmonies of #138A8E
Complementary color
Monochromatic Colors of #138A8E
Black with #138A8E
Text Example
Text Example
White with #138A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A8E; }
p { color: rgb(19,138,142); }
H1.HeaderClassName
{
color: #138A8E;
}
.AnyTagClassName
{
color: #138A8E;
}
</style>
background-color css
<style>
a { background-color: #138A8E; }
a { background-color: rgb(19,138,142); }
div.DivClassName
{
background-color: #138A8E;
}
.BgClassName
{
background-color: #138A8E;
}
</style>
border-color css
<style>
span { border-color: #138A8E; }
span { border-color: rgb(19,138,142); }
td.TdClassName
{
border-color: #138A8E;
}
.TagClassName
{
border-color: #138A8E;
}
</style>