Shades of Dark Cyan #138F7F
Tints of Dark Cyan #138F7F
RGB
CMYK
RGB Variations
Color information
#138F7F (or 0x138F7F) is known color: Dark Cyan. HEX triplet: 13, 8F and 7F. RGB value is (19,143,127). Sum of RGB (Red+Green+Blue) = 19+143+127=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #138F7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F7F is #EC7080. Grayscale: #686868. Windows color (decimal): -15495297 or 8359699. OLE color: 8359699.
HSL color Cylindrical-coordinate representation of color #138F7F: hue angle of 172.26º 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 #138F7F is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 143 | 127 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.44 |
| HSL | 172.26º | 0.77% | 0.32% | - |
| HSV(B) | 172.26º | 0.87% | 0.56% | - |
| XYZ | 13.92 | 21.32 | 23.46 | - |
| YUV | 104.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 127 | 0.87 | 0 | 0.11 | 0.44 | 172.26 | 0.77 | 0.32 |
| Hex | 13 | 8F | 7F | 57 | 0 | B | 2C | AC | 4D | 20 |
| Octal | 23 | 217 | 177 | 127 | 0 | 13 | 54 | 254 | 115 | 40 |
| Binary | 10011 | 10001111 | 1111111 | 1010111 | 0 | 1011 | 101100 | 10101100 | 1001101 | 100000 |
Color Harmonies of #138F7F
Complementary color
Monochromatic Colors of #138F7F
Black with #138F7F
Text Example
Text Example
White with #138F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138F7F; }
p { color: rgb(19,143,127); }
H1.HeaderClassName
{
color: #138F7F;
}
.AnyTagClassName
{
color: #138F7F;
}
</style>
background-color css
<style>
a { background-color: #138F7F; }
a { background-color: rgb(19,143,127); }
div.DivClassName
{
background-color: #138F7F;
}
.BgClassName
{
background-color: #138F7F;
}
</style>
border-color css
<style>
span { border-color: #138F7F; }
span { border-color: rgb(19,143,127); }
td.TdClassName
{
border-color: #138F7F;
}
.TagClassName
{
border-color: #138F7F;
}
</style>