Shades of Dark Cyan #18808D
Tints of Dark Cyan #18808D
RGB
CMYK
RGB Variations
Color information
#18808D (or 0x18808D) is known color: Dark Cyan. HEX triplet: 18, 80 and 8D. RGB value is (24,128,141). Sum of RGB (Red+Green+Blue) = 24+128+141=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #18808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18808D is #E77F72. Grayscale: #626262. Windows color (decimal): -15171443 or 9273368. OLE color: 9273368.
HSL color Cylindrical-coordinate representation of color #18808D: hue angle of 186.67º 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 #18808D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 128 | 141 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.45 |
| HSL | 186.67º | 0.71% | 0.32% | - |
| HSV(B) | 186.67º | 0.83% | 0.55% | - |
| XYZ | 12.9 | 17.56 | 27.91 | - |
| YUV | 98.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 141 | 0.83 | 0.09 | 0 | 0.45 | 186.67 | 0.71 | 0.32 |
| Hex | 18 | 80 | 8D | 53 | 9 | 0 | 2D | BB | 47 | 20 |
| Octal | 30 | 200 | 215 | 123 | 11 | 0 | 55 | 273 | 107 | 40 |
| Binary | 11000 | 10000000 | 10001101 | 1010011 | 1001 | 0 | 101101 | 10111011 | 1000111 | 100000 |
Color Harmonies of #18808D
Complementary color
Monochromatic Colors of #18808D
Black with #18808D
Text Example
Text Example
White with #18808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18808D; }
p { color: rgb(24,128,141); }
H1.HeaderClassName
{
color: #18808D;
}
.AnyTagClassName
{
color: #18808D;
}
</style>
background-color css
<style>
a { background-color: #18808D; }
a { background-color: rgb(24,128,141); }
div.DivClassName
{
background-color: #18808D;
}
.BgClassName
{
background-color: #18808D;
}
</style>
border-color css
<style>
span { border-color: #18808D; }
span { border-color: rgb(24,128,141); }
td.TdClassName
{
border-color: #18808D;
}
.TagClassName
{
border-color: #18808D;
}
</style>