Shades of Dark Cyan #138389
Tints of Dark Cyan #138389
RGB
CMYK
RGB Variations
Color information
#138389 (or 0x138389) is known color: Dark Cyan. HEX triplet: 13, 83 and 89. RGB value is (19,131,137). Sum of RGB (Red+Green+Blue) = 19+131+137=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #138389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138389 is #EC7C76. Grayscale: #626262. Windows color (decimal): -15498359 or 9011987. OLE color: 9011987.
HSL color Cylindrical-coordinate representation of color #138389: hue angle of 183.05º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138389 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 131 | 137 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.46 |
| HSL | 183.05º | 0.76% | 0.31% | - |
| HSV(B) | 183.05º | 0.86% | 0.54% | - |
| XYZ | 12.9 | 18.18 | 26.5 | - |
| YUV | 98.2 | 149.89 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 137 | 0.86 | 0.04 | 0 | 0.46 | 183.05 | 0.76 | 0.31 |
| Hex | 13 | 83 | 89 | 56 | 4 | 0 | 2E | B7 | 4C | 1F |
| Octal | 23 | 203 | 211 | 126 | 4 | 0 | 56 | 267 | 114 | 37 |
| Binary | 10011 | 10000011 | 10001001 | 1010110 | 100 | 0 | 101110 | 10110111 | 1001100 | 11111 |
Color Harmonies of #138389
Complementary color
Monochromatic Colors of #138389
Black with #138389
Text Example
Text Example
White with #138389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138389; }
p { color: rgb(19,131,137); }
H1.HeaderClassName
{
color: #138389;
}
.AnyTagClassName
{
color: #138389;
}
</style>
background-color css
<style>
a { background-color: #138389; }
a { background-color: rgb(19,131,137); }
div.DivClassName
{
background-color: #138389;
}
.BgClassName
{
background-color: #138389;
}
</style>
border-color css
<style>
span { border-color: #138389; }
span { border-color: rgb(19,131,137); }
td.TdClassName
{
border-color: #138389;
}
.TagClassName
{
border-color: #138389;
}
</style>