Shades of Dark Cyan #138B85
Tints of Dark Cyan #138B85
RGB
CMYK
RGB Variations
Color information
#138B85 (or 0x138B85) is known color: Dark Cyan. HEX triplet: 13, 8B and 85. RGB value is (19,139,133). Sum of RGB (Red+Green+Blue) = 19+139+133=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #138B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B85 is #EC747A. Grayscale: #666666. Windows color (decimal): -15496315 or 8751891. OLE color: 8751891.
HSL color Cylindrical-coordinate representation of color #138B85: hue angle of 177º 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 #138B85 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 133 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.45 |
| HSL | 177º | 0.76% | 0.31% | - |
| HSV(B) | 177º | 0.86% | 0.55% | - |
| XYZ | 13.73 | 20.3 | 25.38 | - |
| YUV | 102.44 | 145.24 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 133 | 0.86 | 0 | 0.04 | 0.45 | 177 | 0.76 | 0.31 |
| Hex | 13 | 8B | 85 | 56 | 0 | 4 | 2D | B1 | 4C | 1F |
| Octal | 23 | 213 | 205 | 126 | 0 | 4 | 55 | 261 | 114 | 37 |
| Binary | 10011 | 10001011 | 10000101 | 1010110 | 0 | 100 | 101101 | 10110001 | 1001100 | 11111 |
Color Harmonies of #138B85
Complementary color
Monochromatic Colors of #138B85
Black with #138B85
Text Example
Text Example
White with #138B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B85; }
p { color: rgb(19,139,133); }
H1.HeaderClassName
{
color: #138B85;
}
.AnyTagClassName
{
color: #138B85;
}
</style>
background-color css
<style>
a { background-color: #138B85; }
a { background-color: rgb(19,139,133); }
div.DivClassName
{
background-color: #138B85;
}
.BgClassName
{
background-color: #138B85;
}
</style>
border-color css
<style>
span { border-color: #138B85; }
span { border-color: rgb(19,139,133); }
td.TdClassName
{
border-color: #138B85;
}
.TagClassName
{
border-color: #138B85;
}
</style>