Shades of Dark Cyan #138C94
Tints of Dark Cyan #138C94
RGB
CMYK
RGB Variations
Color information
#138C94 (or 0x138C94) is known color: Dark Cyan. HEX triplet: 13, 8C and 94. RGB value is (19,140,148). Sum of RGB (Red+Green+Blue) = 19+140+148=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #138C94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C94 is #EC736B. Grayscale: #686868. Windows color (decimal): -15496044 or 9735187. OLE color: 9735187.
HSL color Cylindrical-coordinate representation of color #138C94: hue angle of 183.72º 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 #138C94 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 140 | 148 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.42 |
| HSL | 183.72º | 0.77% | 0.33% | - |
| HSV(B) | 183.72º | 0.87% | 0.58% | - |
| XYZ | 14.99 | 21.03 | 31.29 | - |
| YUV | 104.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 148 | 0.87 | 0.05 | 0 | 0.42 | 183.72 | 0.77 | 0.33 |
| Hex | 13 | 8C | 94 | 57 | 5 | 0 | 2A | B8 | 4D | 21 |
| Octal | 23 | 214 | 224 | 127 | 5 | 0 | 52 | 270 | 115 | 41 |
| Binary | 10011 | 10001100 | 10010100 | 1010111 | 101 | 0 | 101010 | 10111000 | 1001101 | 100001 |
Color Harmonies of #138C94
Complementary color
Monochromatic Colors of #138C94
Black with #138C94
Text Example
Text Example
White with #138C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C94; }
p { color: rgb(19,140,148); }
H1.HeaderClassName
{
color: #138C94;
}
.AnyTagClassName
{
color: #138C94;
}
</style>
background-color css
<style>
a { background-color: #138C94; }
a { background-color: rgb(19,140,148); }
div.DivClassName
{
background-color: #138C94;
}
.BgClassName
{
background-color: #138C94;
}
</style>
border-color css
<style>
span { border-color: #138C94; }
span { border-color: rgb(19,140,148); }
td.TdClassName
{
border-color: #138C94;
}
.TagClassName
{
border-color: #138C94;
}
</style>