Shades of Dark Cyan #138692
Tints of Dark Cyan #138692
RGB
CMYK
RGB Variations
Color information
#138692 (or 0x138692) is known color: Dark Cyan. HEX triplet: 13, 86 and 92. RGB value is (19,134,146). Sum of RGB (Red+Green+Blue) = 19+134+146=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #138692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138692 is #EC796D. Grayscale: #646464. Windows color (decimal): -15497582 or 9602579. OLE color: 9602579.
HSL color Cylindrical-coordinate representation of color #138692: hue angle of 185.67º 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 #138692 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 134 | 146 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.43 |
| HSL | 185.67º | 0.77% | 0.32% | - |
| HSV(B) | 185.67º | 0.87% | 0.57% | - |
| XYZ | 13.98 | 19.26 | 30.18 | - |
| YUV | 100.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 146 | 0.87 | 0.08 | 0 | 0.43 | 185.67 | 0.77 | 0.32 |
| Hex | 13 | 86 | 92 | 57 | 8 | 0 | 2B | BA | 4D | 20 |
| Octal | 23 | 206 | 222 | 127 | 10 | 0 | 53 | 272 | 115 | 40 |
| Binary | 10011 | 10000110 | 10010010 | 1010111 | 1000 | 0 | 101011 | 10111010 | 1001101 | 100000 |
Color Harmonies of #138692
Complementary color
Monochromatic Colors of #138692
Black with #138692
Text Example
Text Example
White with #138692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138692; }
p { color: rgb(19,134,146); }
H1.HeaderClassName
{
color: #138692;
}
.AnyTagClassName
{
color: #138692;
}
</style>
background-color css
<style>
a { background-color: #138692; }
a { background-color: rgb(19,134,146); }
div.DivClassName
{
background-color: #138692;
}
.BgClassName
{
background-color: #138692;
}
</style>
border-color css
<style>
span { border-color: #138692; }
span { border-color: rgb(19,134,146); }
td.TdClassName
{
border-color: #138692;
}
.TagClassName
{
border-color: #138692;
}
</style>