Shades of Dark Cyan #138290
Tints of Dark Cyan #138290
RGB
CMYK
RGB Variations
Color information
#138290 (or 0x138290) is known color: Dark Cyan. HEX triplet: 13, 82 and 90. RGB value is (19,130,144). Sum of RGB (Red+Green+Blue) = 19+130+144=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #138290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138290 is #EC7D6F. Grayscale: #626262. Windows color (decimal): -15498608 or 9470483. OLE color: 9470483.
HSL color Cylindrical-coordinate representation of color #138290: hue angle of 186.72º 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 #138290 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 130 | 144 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.44 |
| HSL | 186.72º | 0.77% | 0.32% | - |
| HSV(B) | 186.72º | 0.87% | 0.56% | - |
| XYZ | 13.29 | 18.12 | 29.18 | - |
| YUV | 98.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 144 | 0.87 | 0.10 | 0 | 0.44 | 186.72 | 0.77 | 0.32 |
| Hex | 13 | 82 | 90 | 57 | A | 0 | 2C | BB | 4D | 20 |
| Octal | 23 | 202 | 220 | 127 | 12 | 0 | 54 | 273 | 115 | 40 |
| Binary | 10011 | 10000010 | 10010000 | 1010111 | 1010 | 0 | 101100 | 10111011 | 1001101 | 100000 |
Color Harmonies of #138290
Complementary color
Monochromatic Colors of #138290
Black with #138290
Text Example
Text Example
White with #138290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138290; }
p { color: rgb(19,130,144); }
H1.HeaderClassName
{
color: #138290;
}
.AnyTagClassName
{
color: #138290;
}
</style>
background-color css
<style>
a { background-color: #138290; }
a { background-color: rgb(19,130,144); }
div.DivClassName
{
background-color: #138290;
}
.BgClassName
{
background-color: #138290;
}
</style>
border-color css
<style>
span { border-color: #138290; }
span { border-color: rgb(19,130,144); }
td.TdClassName
{
border-color: #138290;
}
.TagClassName
{
border-color: #138290;
}
</style>