Shades of Dark Cyan #018F83
Tints of Dark Cyan #018F83
RGB
CMYK
RGB Variations
Color information
#018F83 (or 0x018F83) is known color: Dark Cyan. HEX triplet: 01, 8F and 83. RGB value is (1,143,131). Sum of RGB (Red+Green+Blue) = 1+143+131=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #018F83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F83 is #FE707C. Grayscale: #636363. Windows color (decimal): -16674941 or 8621825. OLE color: 8621825.
HSL color Cylindrical-coordinate representation of color #018F83: hue angle of 174.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F83 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 131 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.44 |
| HSL | 174.93º | 0.99% | 0.28% | - |
| HSV(B) | 174.93º | 0.99% | 0.56% | - |
| XYZ | 13.93 | 21.29 | 24.85 | - |
| YUV | 99.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 131 | 0.99 | 0 | 0.08 | 0.44 | 174.93 | 0.99 | 0.28 |
| Hex | 1 | 8F | 83 | 63 | 0 | 8 | 2C | AF | 63 | 1C |
| Octal | 1 | 217 | 203 | 143 | 0 | 10 | 54 | 257 | 143 | 34 |
| Binary | 1 | 10001111 | 10000011 | 1100011 | 0 | 1000 | 101100 | 10101111 | 1100011 | 11100 |
Color Harmonies of #018F83
Complementary color
Monochromatic Colors of #018F83
Black with #018F83
Text Example
Text Example
White with #018F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F83; }
p { color: rgb(1,143,131); }
H1.HeaderClassName
{
color: #018F83;
}
.AnyTagClassName
{
color: #018F83;
}
</style>
background-color css
<style>
a { background-color: #018F83; }
a { background-color: rgb(1,143,131); }
div.DivClassName
{
background-color: #018F83;
}
.BgClassName
{
background-color: #018F83;
}
</style>
border-color css
<style>
span { border-color: #018F83; }
span { border-color: rgb(1,143,131); }
td.TdClassName
{
border-color: #018F83;
}
.TagClassName
{
border-color: #018F83;
}
</style>