Shades of Dark Cyan #15818D
Tints of Dark Cyan #15818D
RGB
CMYK
RGB Variations
Color information
#15818D (or 0x15818D) is known color: Dark Cyan. HEX triplet: 15, 81 and 8D. RGB value is (21,129,141). Sum of RGB (Red+Green+Blue) = 21+129+141=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #15818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15818D is #EA7E72. Grayscale: #616161. Windows color (decimal): -15367795 or 9273621. OLE color: 9273621.
HSL color Cylindrical-coordinate representation of color #15818D: hue angle of 186º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15818D is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 129 | 141 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.45 |
| HSL | 186º | 0.74% | 0.32% | - |
| HSV(B) | 186º | 0.85% | 0.55% | - |
| XYZ | 12.97 | 17.78 | 27.95 | - |
| YUV | 98.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 141 | 0.85 | 0.09 | 0 | 0.45 | 186 | 0.74 | 0.32 |
| Hex | 15 | 81 | 8D | 55 | 9 | 0 | 2D | BA | 4A | 20 |
| Octal | 25 | 201 | 215 | 125 | 11 | 0 | 55 | 272 | 112 | 40 |
| Binary | 10101 | 10000001 | 10001101 | 1010101 | 1001 | 0 | 101101 | 10111010 | 1001010 | 100000 |
Color Harmonies of #15818D
Complementary color
Monochromatic Colors of #15818D
Black with #15818D
Text Example
Text Example
White with #15818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15818D; }
p { color: rgb(21,129,141); }
H1.HeaderClassName
{
color: #15818D;
}
.AnyTagClassName
{
color: #15818D;
}
</style>
background-color css
<style>
a { background-color: #15818D; }
a { background-color: rgb(21,129,141); }
div.DivClassName
{
background-color: #15818D;
}
.BgClassName
{
background-color: #15818D;
}
</style>
border-color css
<style>
span { border-color: #15818D; }
span { border-color: rgb(21,129,141); }
td.TdClassName
{
border-color: #15818D;
}
.TagClassName
{
border-color: #15818D;
}
</style>