Shades of Dark Cyan #18818D
Tints of Dark Cyan #18818D
RGB
CMYK
RGB Variations
Color information
#18818D (or 0x18818D) is known color: Dark Cyan. HEX triplet: 18, 81 and 8D. RGB value is (24,129,141). Sum of RGB (Red+Green+Blue) = 24+129+141=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #18818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18818D is #E77E72. Grayscale: #626262. Windows color (decimal): -15171187 or 9273624. OLE color: 9273624.
HSL color Cylindrical-coordinate representation of color #18818D: hue angle of 186.15º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18818D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 129 | 141 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.45 |
| HSL | 186.15º | 0.71% | 0.32% | - |
| HSV(B) | 186.15º | 0.83% | 0.55% | - |
| XYZ | 13.03 | 17.82 | 27.95 | - |
| YUV | 98.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 141 | 0.83 | 0.09 | 0 | 0.45 | 186.15 | 0.71 | 0.32 |
| Hex | 18 | 81 | 8D | 53 | 9 | 0 | 2D | BA | 47 | 20 |
| Octal | 30 | 201 | 215 | 123 | 11 | 0 | 55 | 272 | 107 | 40 |
| Binary | 11000 | 10000001 | 10001101 | 1010011 | 1001 | 0 | 101101 | 10111010 | 1000111 | 100000 |
Color Harmonies of #18818D
Complementary color
Monochromatic Colors of #18818D
Black with #18818D
Text Example
Text Example
White with #18818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18818D; }
p { color: rgb(24,129,141); }
H1.HeaderClassName
{
color: #18818D;
}
.AnyTagClassName
{
color: #18818D;
}
</style>
background-color css
<style>
a { background-color: #18818D; }
a { background-color: rgb(24,129,141); }
div.DivClassName
{
background-color: #18818D;
}
.BgClassName
{
background-color: #18818D;
}
</style>
border-color css
<style>
span { border-color: #18818D; }
span { border-color: rgb(24,129,141); }
td.TdClassName
{
border-color: #18818D;
}
.TagClassName
{
border-color: #18818D;
}
</style>