Shades of Dark Cyan #18808F
Tints of Dark Cyan #18808F
RGB
CMYK
RGB Variations
Color information
#18808F (or 0x18808F) is known color: Dark Cyan. HEX triplet: 18, 80 and 8F. RGB value is (24,128,143). Sum of RGB (Red+Green+Blue) = 24+128+143=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #18808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18808F is #E77F70. Grayscale: #626262. Windows color (decimal): -15171441 or 9404440. OLE color: 9404440.
HSL color Cylindrical-coordinate representation of color #18808F: hue angle of 187.56º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18808F is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 128 | 143 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.44 |
| HSL | 187.56º | 0.71% | 0.33% | - |
| HSV(B) | 187.56º | 0.83% | 0.56% | - |
| XYZ | 13.05 | 17.62 | 28.7 | - |
| YUV | 98.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 143 | 0.83 | 0.10 | 0 | 0.44 | 187.56 | 0.71 | 0.33 |
| Hex | 18 | 80 | 8F | 53 | A | 0 | 2C | BC | 47 | 21 |
| Octal | 30 | 200 | 217 | 123 | 12 | 0 | 54 | 274 | 107 | 41 |
| Binary | 11000 | 10000000 | 10001111 | 1010011 | 1010 | 0 | 101100 | 10111100 | 1000111 | 100001 |
Color Harmonies of #18808F
Complementary color
Monochromatic Colors of #18808F
Black with #18808F
Text Example
Text Example
White with #18808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18808F; }
p { color: rgb(24,128,143); }
H1.HeaderClassName
{
color: #18808F;
}
.AnyTagClassName
{
color: #18808F;
}
</style>
background-color css
<style>
a { background-color: #18808F; }
a { background-color: rgb(24,128,143); }
div.DivClassName
{
background-color: #18808F;
}
.BgClassName
{
background-color: #18808F;
}
</style>
border-color css
<style>
span { border-color: #18808F; }
span { border-color: rgb(24,128,143); }
td.TdClassName
{
border-color: #18808F;
}
.TagClassName
{
border-color: #18808F;
}
</style>