Shades of Dark Cyan #138B8A
Tints of Dark Cyan #138B8A
RGB
CMYK
RGB Variations
Color information
#138B8A (or 0x138B8A) is known color: Dark Cyan. HEX triplet: 13, 8B and 8A. RGB value is (19,139,138). Sum of RGB (Red+Green+Blue) = 19+139+138=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #138B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B8A is #EC7475. Grayscale: #666666. Windows color (decimal): -15496310 or 9079571. OLE color: 9079571.
HSL color Cylindrical-coordinate representation of color #138B8A: hue angle of 179.5º 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 #138B8A is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 138 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.45 |
| HSL | 179.5º | 0.76% | 0.31% | - |
| HSV(B) | 179.5º | 0.86% | 0.55% | - |
| XYZ | 14.09 | 20.44 | 27.25 | - |
| YUV | 103.01 | 147.74 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 138 | 0.86 | 0 | 0.01 | 0.45 | 179.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 8A | 56 | 0 | 1 | 2D | B4 | 4C | 1F |
| Octal | 23 | 213 | 212 | 126 | 0 | 1 | 55 | 264 | 114 | 37 |
| Binary | 10011 | 10001011 | 10001010 | 1010110 | 0 | 1 | 101101 | 10110100 | 1001100 | 11111 |
Color Harmonies of #138B8A
Complementary color
Monochromatic Colors of #138B8A
Black with #138B8A
Text Example
Text Example
White with #138B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B8A; }
p { color: rgb(19,139,138); }
H1.HeaderClassName
{
color: #138B8A;
}
.AnyTagClassName
{
color: #138B8A;
}
</style>
background-color css
<style>
a { background-color: #138B8A; }
a { background-color: rgb(19,139,138); }
div.DivClassName
{
background-color: #138B8A;
}
.BgClassName
{
background-color: #138B8A;
}
</style>
border-color css
<style>
span { border-color: #138B8A; }
span { border-color: rgb(19,139,138); }
td.TdClassName
{
border-color: #138B8A;
}
.TagClassName
{
border-color: #138B8A;
}
</style>