Shades of Dark Cyan #138D83
Tints of Dark Cyan #138D83
RGB
CMYK
RGB Variations
Color information
#138D83 (or 0x138D83) is known color: Dark Cyan. HEX triplet: 13, 8D and 83. RGB value is (19,141,131). Sum of RGB (Red+Green+Blue) = 19+141+131=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #138D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138D83 is #EC727C. Grayscale: #676767. Windows color (decimal): -15495805 or 8621331. OLE color: 8621331.
HSL color Cylindrical-coordinate representation of color #138D83: hue angle of 175.08º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D83 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 131 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.45 |
| HSL | 175.08º | 0.76% | 0.31% | - |
| HSV(B) | 175.08º | 0.87% | 0.55% | - |
| XYZ | 13.89 | 20.83 | 24.76 | - |
| YUV | 103.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 131 | 0.87 | 0 | 0.07 | 0.45 | 175.08 | 0.76 | 0.31 |
| Hex | 13 | 8D | 83 | 57 | 0 | 7 | 2D | AF | 4C | 1F |
| Octal | 23 | 215 | 203 | 127 | 0 | 7 | 55 | 257 | 114 | 37 |
| Binary | 10011 | 10001101 | 10000011 | 1010111 | 0 | 111 | 101101 | 10101111 | 1001100 | 11111 |
Color Harmonies of #138D83
Complementary color
Monochromatic Colors of #138D83
Black with #138D83
Text Example
Text Example
White with #138D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D83; }
p { color: rgb(19,141,131); }
H1.HeaderClassName
{
color: #138D83;
}
.AnyTagClassName
{
color: #138D83;
}
</style>
background-color css
<style>
a { background-color: #138D83; }
a { background-color: rgb(19,141,131); }
div.DivClassName
{
background-color: #138D83;
}
.BgClassName
{
background-color: #138D83;
}
</style>
border-color css
<style>
span { border-color: #138D83; }
span { border-color: rgb(19,141,131); }
td.TdClassName
{
border-color: #138D83;
}
.TagClassName
{
border-color: #138D83;
}
</style>