Shades of Dark Cyan #139284
Tints of Dark Cyan #139284
RGB
CMYK
RGB Variations
Color information
#139284 (or 0x139284) is known color: Dark Cyan. HEX triplet: 13, 92 and 84. RGB value is (19,146,132). Sum of RGB (Red+Green+Blue) = 19+146+132=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #139284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139284 is #EC6D7B. Grayscale: #6A6A6A. Windows color (decimal): -15494524 or 8688147. OLE color: 8688147.
HSL color Cylindrical-coordinate representation of color #139284: hue angle of 173.39º 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 #139284 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 132 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.43 |
| HSL | 173.39º | 0.77% | 0.32% | - |
| HSV(B) | 173.39º | 0.87% | 0.57% | - |
| XYZ | 14.71 | 22.36 | 25.37 | - |
| YUV | 106.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 132 | 0.87 | 0 | 0.10 | 0.43 | 173.39 | 0.77 | 0.32 |
| Hex | 13 | 92 | 84 | 57 | 0 | A | 2B | AD | 4D | 20 |
| Octal | 23 | 222 | 204 | 127 | 0 | 12 | 53 | 255 | 115 | 40 |
| Binary | 10011 | 10010010 | 10000100 | 1010111 | 0 | 1010 | 101011 | 10101101 | 1001101 | 100000 |
Color Harmonies of #139284
Complementary color
Monochromatic Colors of #139284
Black with #139284
Text Example
Text Example
White with #139284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139284; }
p { color: rgb(19,146,132); }
H1.HeaderClassName
{
color: #139284;
}
.AnyTagClassName
{
color: #139284;
}
</style>
background-color css
<style>
a { background-color: #139284; }
a { background-color: rgb(19,146,132); }
div.DivClassName
{
background-color: #139284;
}
.BgClassName
{
background-color: #139284;
}
</style>
border-color css
<style>
span { border-color: #139284; }
span { border-color: rgb(19,146,132); }
td.TdClassName
{
border-color: #139284;
}
.TagClassName
{
border-color: #139284;
}
</style>