Shades of Dark Cyan #138992
Tints of Dark Cyan #138992
RGB
CMYK
RGB Variations
Color information
#138992 (or 0x138992) is known color: Dark Cyan. HEX triplet: 13, 89 and 92. RGB value is (19,137,146). Sum of RGB (Red+Green+Blue) = 19+137+146=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #138992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138992 is #EC766D. Grayscale: #666666. Windows color (decimal): -15496814 or 9603347. OLE color: 9603347.
HSL color Cylindrical-coordinate representation of color #138992: hue angle of 184.25º 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 #138992 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 137 | 146 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.43 |
| HSL | 184.25º | 0.77% | 0.32% | - |
| HSV(B) | 184.25º | 0.87% | 0.57% | - |
| XYZ | 14.4 | 20.11 | 30.32 | - |
| YUV | 102.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 146 | 0.87 | 0.06 | 0 | 0.43 | 184.25 | 0.77 | 0.32 |
| Hex | 13 | 89 | 92 | 57 | 6 | 0 | 2B | B8 | 4D | 20 |
| Octal | 23 | 211 | 222 | 127 | 6 | 0 | 53 | 270 | 115 | 40 |
| Binary | 10011 | 10001001 | 10010010 | 1010111 | 110 | 0 | 101011 | 10111000 | 1001101 | 100000 |
Color Harmonies of #138992
Complementary color
Monochromatic Colors of #138992
Black with #138992
Text Example
Text Example
White with #138992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138992; }
p { color: rgb(19,137,146); }
H1.HeaderClassName
{
color: #138992;
}
.AnyTagClassName
{
color: #138992;
}
</style>
background-color css
<style>
a { background-color: #138992; }
a { background-color: rgb(19,137,146); }
div.DivClassName
{
background-color: #138992;
}
.BgClassName
{
background-color: #138992;
}
</style>
border-color css
<style>
span { border-color: #138992; }
span { border-color: rgb(19,137,146); }
td.TdClassName
{
border-color: #138992;
}
.TagClassName
{
border-color: #138992;
}
</style>