Shades of Dark Cyan #15828B
Tints of Dark Cyan #15828B
RGB
CMYK
RGB Variations
Color information
#15828B (or 0x15828B) is known color: Dark Cyan. HEX triplet: 15, 82 and 8B. RGB value is (21,130,139). Sum of RGB (Red+Green+Blue) = 21+130+139=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #15828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15828B is #EA7D74. Grayscale: #626262. Windows color (decimal): -15367541 or 9142805. OLE color: 9142805.
HSL color Cylindrical-coordinate representation of color #15828B: hue angle of 184.58º 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 #15828B is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 130 | 139 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.45 |
| HSL | 184.58º | 0.74% | 0.31% | - |
| HSV(B) | 184.58º | 0.85% | 0.55% | - |
| XYZ | 12.95 | 17.99 | 27.22 | - |
| YUV | 98.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 139 | 0.85 | 0.06 | 0 | 0.45 | 184.58 | 0.74 | 0.31 |
| Hex | 15 | 82 | 8B | 55 | 6 | 0 | 2D | B9 | 4A | 1F |
| Octal | 25 | 202 | 213 | 125 | 6 | 0 | 55 | 271 | 112 | 37 |
| Binary | 10101 | 10000010 | 10001011 | 1010101 | 110 | 0 | 101101 | 10111001 | 1001010 | 11111 |
Color Harmonies of #15828B
Complementary color
Monochromatic Colors of #15828B
Black with #15828B
Text Example
Text Example
White with #15828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15828B; }
p { color: rgb(21,130,139); }
H1.HeaderClassName
{
color: #15828B;
}
.AnyTagClassName
{
color: #15828B;
}
</style>
background-color css
<style>
a { background-color: #15828B; }
a { background-color: rgb(21,130,139); }
div.DivClassName
{
background-color: #15828B;
}
.BgClassName
{
background-color: #15828B;
}
</style>
border-color css
<style>
span { border-color: #15828B; }
span { border-color: rgb(21,130,139); }
td.TdClassName
{
border-color: #15828B;
}
.TagClassName
{
border-color: #15828B;
}
</style>