Shades of Dark Cyan #138B93
Tints of Dark Cyan #138B93
RGB
CMYK
RGB Variations
Color information
#138B93 (or 0x138B93) is known color: Dark Cyan. HEX triplet: 13, 8B and 93. RGB value is (19,139,147). Sum of RGB (Red+Green+Blue) = 19+139+147=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #138B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B93 is #EC746C. Grayscale: #676767. Windows color (decimal): -15496301 or 9669395. OLE color: 9669395.
HSL color Cylindrical-coordinate representation of color #138B93: hue angle of 183.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138B93 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 139 | 147 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.42 |
| HSL | 183.75º | 0.77% | 0.33% | - |
| HSV(B) | 183.75º | 0.87% | 0.58% | - |
| XYZ | 14.77 | 20.71 | 30.82 | - |
| YUV | 104.03 | 152.24 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 147 | 0.87 | 0.05 | 0 | 0.42 | 183.75 | 0.77 | 0.33 |
| Hex | 13 | 8B | 93 | 57 | 5 | 0 | 2A | B8 | 4D | 21 |
| Octal | 23 | 213 | 223 | 127 | 5 | 0 | 52 | 270 | 115 | 41 |
| Binary | 10011 | 10001011 | 10010011 | 1010111 | 101 | 0 | 101010 | 10111000 | 1001101 | 100001 |
Color Harmonies of #138B93
Complementary color
Monochromatic Colors of #138B93
Black with #138B93
Text Example
Text Example
White with #138B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B93; }
p { color: rgb(19,139,147); }
H1.HeaderClassName
{
color: #138B93;
}
.AnyTagClassName
{
color: #138B93;
}
</style>
background-color css
<style>
a { background-color: #138B93; }
a { background-color: rgb(19,139,147); }
div.DivClassName
{
background-color: #138B93;
}
.BgClassName
{
background-color: #138B93;
}
</style>
border-color css
<style>
span { border-color: #138B93; }
span { border-color: rgb(19,139,147); }
td.TdClassName
{
border-color: #138B93;
}
.TagClassName
{
border-color: #138B93;
}
</style>