Shades of Dark Cyan #018A83
Tints of Dark Cyan #018A83
RGB
CMYK
RGB Variations
Color information
#018A83 (or 0x018A83) is known color: Dark Cyan. HEX triplet: 01, 8A and 83. RGB value is (1,138,131). Sum of RGB (Red+Green+Blue) = 1+138+131=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #018A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A83 is #FE757C. Grayscale: #606060. Windows color (decimal): -16676221 or 8620545. OLE color: 8620545.
HSL color Cylindrical-coordinate representation of color #018A83: hue angle of 176.93º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A83 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 131 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.46 |
| HSL | 176.93º | 0.99% | 0.27% | - |
| HSV(B) | 176.93º | 0.99% | 0.54% | - |
| XYZ | 13.2 | 19.82 | 24.6 | - |
| YUV | 96.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 131 | 0.99 | 0 | 0.05 | 0.46 | 176.93 | 0.99 | 0.27 |
| Hex | 1 | 8A | 83 | 63 | 0 | 5 | 2E | B1 | 63 | 1B |
| Octal | 1 | 212 | 203 | 143 | 0 | 5 | 56 | 261 | 143 | 33 |
| Binary | 1 | 10001010 | 10000011 | 1100011 | 0 | 101 | 101110 | 10110001 | 1100011 | 11011 |
Color Harmonies of #018A83
Complementary color
Monochromatic Colors of #018A83
Black with #018A83
Text Example
Text Example
White with #018A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A83; }
p { color: rgb(1,138,131); }
H1.HeaderClassName
{
color: #018A83;
}
.AnyTagClassName
{
color: #018A83;
}
</style>
background-color css
<style>
a { background-color: #018A83; }
a { background-color: rgb(1,138,131); }
div.DivClassName
{
background-color: #018A83;
}
.BgClassName
{
background-color: #018A83;
}
</style>
border-color css
<style>
span { border-color: #018A83; }
span { border-color: rgb(1,138,131); }
td.TdClassName
{
border-color: #018A83;
}
.TagClassName
{
border-color: #018A83;
}
</style>