Shades of Dark Cyan #138C92
Tints of Dark Cyan #138C92
RGB
CMYK
RGB Variations
Color information
#138C92 (or 0x138C92) is known color: Dark Cyan. HEX triplet: 13, 8C and 92. RGB value is (19,140,146). Sum of RGB (Red+Green+Blue) = 19+140+146=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #138C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C92 is #EC736D. Grayscale: #686868. Windows color (decimal): -15496046 or 9604115. OLE color: 9604115.
HSL color Cylindrical-coordinate representation of color #138C92: hue angle of 182.83º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138C92 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 140 | 146 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.43 |
| HSL | 182.83º | 0.77% | 0.32% | - |
| HSV(B) | 182.83º | 0.87% | 0.57% | - |
| XYZ | 14.83 | 20.97 | 30.46 | - |
| YUV | 104.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 146 | 0.87 | 0.04 | 0 | 0.43 | 182.83 | 0.77 | 0.32 |
| Hex | 13 | 8C | 92 | 57 | 4 | 0 | 2B | B7 | 4D | 20 |
| Octal | 23 | 214 | 222 | 127 | 4 | 0 | 53 | 267 | 115 | 40 |
| Binary | 10011 | 10001100 | 10010010 | 1010111 | 100 | 0 | 101011 | 10110111 | 1001101 | 100000 |
Color Harmonies of #138C92
Complementary color
Monochromatic Colors of #138C92
Black with #138C92
Text Example
Text Example
White with #138C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C92; }
p { color: rgb(19,140,146); }
H1.HeaderClassName
{
color: #138C92;
}
.AnyTagClassName
{
color: #138C92;
}
</style>
background-color css
<style>
a { background-color: #138C92; }
a { background-color: rgb(19,140,146); }
div.DivClassName
{
background-color: #138C92;
}
.BgClassName
{
background-color: #138C92;
}
</style>
border-color css
<style>
span { border-color: #138C92; }
span { border-color: rgb(19,140,146); }
td.TdClassName
{
border-color: #138C92;
}
.TagClassName
{
border-color: #138C92;
}
</style>