Shades of Dark Cyan #018883
Tints of Dark Cyan #018883
RGB
CMYK
RGB Variations
Color information
#018883 (or 0x018883) is known color: Dark Cyan. HEX triplet: 01, 88 and 83. RGB value is (1,136,131). Sum of RGB (Red+Green+Blue) = 1+136+131=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #018883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018883 is #FE777C. Grayscale: #5E5E5E. Windows color (decimal): -16676733 or 8620033. OLE color: 8620033.
HSL color Cylindrical-coordinate representation of color #018883: hue angle of 177.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018883 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 131 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.47 |
| HSL | 177.78º | 0.99% | 0.27% | - |
| HSV(B) | 177.78º | 0.99% | 0.53% | - |
| XYZ | 12.91 | 19.25 | 24.51 | - |
| YUV | 95.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 131 | 0.99 | 0 | 0.04 | 0.47 | 177.78 | 0.99 | 0.27 |
| Hex | 1 | 88 | 83 | 63 | 0 | 4 | 2F | B2 | 63 | 1B |
| Octal | 1 | 210 | 203 | 143 | 0 | 4 | 57 | 262 | 143 | 33 |
| Binary | 1 | 10001000 | 10000011 | 1100011 | 0 | 100 | 101111 | 10110010 | 1100011 | 11011 |
Color Harmonies of #018883
Complementary color
Monochromatic Colors of #018883
Black with #018883
Text Example
Text Example
White with #018883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018883; }
p { color: rgb(1,136,131); }
H1.HeaderClassName
{
color: #018883;
}
.AnyTagClassName
{
color: #018883;
}
</style>
background-color css
<style>
a { background-color: #018883; }
a { background-color: rgb(1,136,131); }
div.DivClassName
{
background-color: #018883;
}
.BgClassName
{
background-color: #018883;
}
</style>
border-color css
<style>
span { border-color: #018883; }
span { border-color: rgb(1,136,131); }
td.TdClassName
{
border-color: #018883;
}
.TagClassName
{
border-color: #018883;
}
</style>