Shades of Dark Cyan #138790
Tints of Dark Cyan #138790
RGB
CMYK
RGB Variations
Color information
#138790 (or 0x138790) is known color: Dark Cyan. HEX triplet: 13, 87 and 90. RGB value is (19,135,144). Sum of RGB (Red+Green+Blue) = 19+135+144=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #138790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138790 is #EC786F. Grayscale: #656565. Windows color (decimal): -15497328 or 9471763. OLE color: 9471763.
HSL color Cylindrical-coordinate representation of color #138790: hue angle of 184.32º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138790 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 135 | 144 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.44 |
| HSL | 184.32º | 0.77% | 0.32% | - |
| HSV(B) | 184.32º | 0.87% | 0.56% | - |
| XYZ | 13.97 | 19.48 | 29.41 | - |
| YUV | 101.34 | 152.07 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 144 | 0.87 | 0.06 | 0 | 0.44 | 184.32 | 0.77 | 0.32 |
| Hex | 13 | 87 | 90 | 57 | 6 | 0 | 2C | B8 | 4D | 20 |
| Octal | 23 | 207 | 220 | 127 | 6 | 0 | 54 | 270 | 115 | 40 |
| Binary | 10011 | 10000111 | 10010000 | 1010111 | 110 | 0 | 101100 | 10111000 | 1001101 | 100000 |
Color Harmonies of #138790
Complementary color
Monochromatic Colors of #138790
Black with #138790
Text Example
Text Example
White with #138790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138790; }
p { color: rgb(19,135,144); }
H1.HeaderClassName
{
color: #138790;
}
.AnyTagClassName
{
color: #138790;
}
</style>
background-color css
<style>
a { background-color: #138790; }
a { background-color: rgb(19,135,144); }
div.DivClassName
{
background-color: #138790;
}
.BgClassName
{
background-color: #138790;
}
</style>
border-color css
<style>
span { border-color: #138790; }
span { border-color: rgb(19,135,144); }
td.TdClassName
{
border-color: #138790;
}
.TagClassName
{
border-color: #138790;
}
</style>