Shades of Dark Cyan #138B81
Tints of Dark Cyan #138B81
RGB
CMYK
RGB Variations
Color information
#138B81 (or 0x138B81) is known color: Dark Cyan. HEX triplet: 13, 8B and 81. RGB value is (19,139,129). Sum of RGB (Red+Green+Blue) = 19+139+129=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #138B81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B81 is #EC747E. Grayscale: #656565. Windows color (decimal): -15496319 or 8489747. OLE color: 8489747.
HSL color Cylindrical-coordinate representation of color #138B81: hue angle of 175º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B81 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 129 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.45 |
| HSL | 175º | 0.76% | 0.31% | - |
| HSV(B) | 175º | 0.86% | 0.55% | - |
| XYZ | 13.46 | 20.19 | 23.96 | - |
| YUV | 101.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 129 | 0.86 | 0 | 0.07 | 0.45 | 175 | 0.76 | 0.31 |
| Hex | 13 | 8B | 81 | 56 | 0 | 7 | 2D | AF | 4C | 1F |
| Octal | 23 | 213 | 201 | 126 | 0 | 7 | 55 | 257 | 114 | 37 |
| Binary | 10011 | 10001011 | 10000001 | 1010110 | 0 | 111 | 101101 | 10101111 | 1001100 | 11111 |
Color Harmonies of #138B81
Complementary color
Monochromatic Colors of #138B81
Black with #138B81
Text Example
Text Example
White with #138B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B81; }
p { color: rgb(19,139,129); }
H1.HeaderClassName
{
color: #138B81;
}
.AnyTagClassName
{
color: #138B81;
}
</style>
background-color css
<style>
a { background-color: #138B81; }
a { background-color: rgb(19,139,129); }
div.DivClassName
{
background-color: #138B81;
}
.BgClassName
{
background-color: #138B81;
}
</style>
border-color css
<style>
span { border-color: #138B81; }
span { border-color: rgb(19,139,129); }
td.TdClassName
{
border-color: #138B81;
}
.TagClassName
{
border-color: #138B81;
}
</style>