Shades of Dark Cyan #15818B
Tints of Dark Cyan #15818B
RGB
CMYK
RGB Variations
Color information
#15818B (or 0x15818B) is known color: Dark Cyan. HEX triplet: 15, 81 and 8B. RGB value is (21,129,139). Sum of RGB (Red+Green+Blue) = 21+129+139=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #15818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15818B is #EA7E74. Grayscale: #616161. Windows color (decimal): -15367797 or 9142549. OLE color: 9142549.
HSL color Cylindrical-coordinate representation of color #15818B: hue angle of 185.08º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15818B is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 129 | 139 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.45 |
| HSL | 185.08º | 0.74% | 0.31% | - |
| HSV(B) | 185.08º | 0.85% | 0.55% | - |
| XYZ | 12.82 | 17.72 | 27.17 | - |
| YUV | 97.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 139 | 0.85 | 0.07 | 0 | 0.45 | 185.08 | 0.74 | 0.31 |
| Hex | 15 | 81 | 8B | 55 | 7 | 0 | 2D | B9 | 4A | 1F |
| Octal | 25 | 201 | 213 | 125 | 7 | 0 | 55 | 271 | 112 | 37 |
| Binary | 10101 | 10000001 | 10001011 | 1010101 | 111 | 0 | 101101 | 10111001 | 1001010 | 11111 |
Color Harmonies of #15818B
Complementary color
Monochromatic Colors of #15818B
Black with #15818B
Text Example
Text Example
White with #15818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15818B; }
p { color: rgb(21,129,139); }
H1.HeaderClassName
{
color: #15818B;
}
.AnyTagClassName
{
color: #15818B;
}
</style>
background-color css
<style>
a { background-color: #15818B; }
a { background-color: rgb(21,129,139); }
div.DivClassName
{
background-color: #15818B;
}
.BgClassName
{
background-color: #15818B;
}
</style>
border-color css
<style>
span { border-color: #15818B; }
span { border-color: rgb(21,129,139); }
td.TdClassName
{
border-color: #15818B;
}
.TagClassName
{
border-color: #15818B;
}
</style>