Shades of Dark Cyan #018F96
Tints of Dark Cyan #018F96
RGB
CMYK
RGB Variations
Color information
#018F96 (or 0x018F96) is known color: Dark Cyan. HEX triplet: 01, 8F and 96. RGB value is (1,143,150). Sum of RGB (Red+Green+Blue) = 1+143+150=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #018F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F96 is #FE7069. Grayscale: #656565. Windows color (decimal): -16674922 or 9867009. OLE color: 9867009.
HSL color Cylindrical-coordinate representation of color #018F96: hue angle of 182.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F96 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 143 | 150 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.41 |
| HSL | 182.82º | 0.99% | 0.3% | - |
| HSV(B) | 182.82º | 0.99% | 0.59% | - |
| XYZ | 15.34 | 21.85 | 32.26 | - |
| YUV | 101.34 | 155.46 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 150 | 0.99 | 0.05 | 0 | 0.41 | 182.82 | 0.99 | 0.3 |
| Hex | 1 | 8F | 96 | 63 | 5 | 0 | 29 | B7 | 63 | 1E |
| Octal | 1 | 217 | 226 | 143 | 5 | 0 | 51 | 267 | 143 | 36 |
| Binary | 1 | 10001111 | 10010110 | 1100011 | 101 | 0 | 101001 | 10110111 | 1100011 | 11110 |
Color Harmonies of #018F96
Complementary color
Monochromatic Colors of #018F96
Black with #018F96
Text Example
Text Example
White with #018F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F96; }
p { color: rgb(1,143,150); }
H1.HeaderClassName
{
color: #018F96;
}
.AnyTagClassName
{
color: #018F96;
}
</style>
background-color css
<style>
a { background-color: #018F96; }
a { background-color: rgb(1,143,150); }
div.DivClassName
{
background-color: #018F96;
}
.BgClassName
{
background-color: #018F96;
}
</style>
border-color css
<style>
span { border-color: #018F96; }
span { border-color: rgb(1,143,150); }
td.TdClassName
{
border-color: #018F96;
}
.TagClassName
{
border-color: #018F96;
}
</style>