Shades of Dark Cyan #158389
Tints of Dark Cyan #158389
RGB
CMYK
RGB Variations
Color information
#158389 (or 0x158389) is known color: Dark Cyan. HEX triplet: 15, 83 and 89. RGB value is (21,131,137). Sum of RGB (Red+Green+Blue) = 21+131+137=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #158389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158389 is #EA7C76. Grayscale: #626262. Windows color (decimal): -15367287 or 9011989. OLE color: 9011989.
HSL color Cylindrical-coordinate representation of color #158389: hue angle of 183.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158389 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 131 | 137 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.46 |
| HSL | 183.1º | 0.73% | 0.31% | - |
| HSV(B) | 183.1º | 0.85% | 0.54% | - |
| XYZ | 12.94 | 18.2 | 26.5 | - |
| YUV | 98.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 137 | 0.85 | 0.04 | 0 | 0.46 | 183.1 | 0.73 | 0.31 |
| Hex | 15 | 83 | 89 | 55 | 4 | 0 | 2E | B7 | 49 | 1F |
| Octal | 25 | 203 | 211 | 125 | 4 | 0 | 56 | 267 | 111 | 37 |
| Binary | 10101 | 10000011 | 10001001 | 1010101 | 100 | 0 | 101110 | 10110111 | 1001001 | 11111 |
Color Harmonies of #158389
Complementary color
Monochromatic Colors of #158389
Black with #158389
Text Example
Text Example
White with #158389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158389; }
p { color: rgb(21,131,137); }
H1.HeaderClassName
{
color: #158389;
}
.AnyTagClassName
{
color: #158389;
}
</style>
background-color css
<style>
a { background-color: #158389; }
a { background-color: rgb(21,131,137); }
div.DivClassName
{
background-color: #158389;
}
.BgClassName
{
background-color: #158389;
}
</style>
border-color css
<style>
span { border-color: #158389; }
span { border-color: rgb(21,131,137); }
td.TdClassName
{
border-color: #158389;
}
.TagClassName
{
border-color: #158389;
}
</style>