Shades of Dark Cyan #008983
Tints of Dark Cyan #008983
RGB
CMYK
RGB Variations
Color information
#008983 (or 0x008983) is known color: Dark Cyan. HEX triplet: 00, 89 and 83. RGB value is (0,137,131). Sum of RGB (Red+Green+Blue) = 0+137+131=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #008983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008983 is #FF767C. Grayscale: #5F5F5F. Windows color (decimal): -16742013 or 8620288. OLE color: 8620288.
HSL color Cylindrical-coordinate representation of color #008983: hue angle of 177.37º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008983 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 137 | 131 | - |
| CMYK | 1 | 0 | 0.04 | 0.46 |
| HSL | 177.37º | 1% | 0.27% | - |
| HSV(B) | 177.37º | 1% | 0.54% | - |
| XYZ | 13.04 | 19.53 | 24.56 | - |
| YUV | 95.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 137 | 131 | 1 | 0 | 0.04 | 0.46 | 177.37 | 1 | 0.27 |
| Hex | 0 | 89 | 83 | 64 | 0 | 4 | 2E | B1 | 64 | 1B |
| Octal | 0 | 211 | 203 | 144 | 0 | 4 | 56 | 261 | 144 | 33 |
| Binary | 0 | 10001001 | 10000011 | 1100100 | 0 | 100 | 101110 | 10110001 | 1100100 | 11011 |
Color Harmonies of #008983
Complementary color
Monochromatic Colors of #008983
Black with #008983
Text Example
Text Example
White with #008983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008983; }
p { color: rgb(0,137,131); }
H1.HeaderClassName
{
color: #008983;
}
.AnyTagClassName
{
color: #008983;
}
</style>
background-color css
<style>
a { background-color: #008983; }
a { background-color: rgb(0,137,131); }
div.DivClassName
{
background-color: #008983;
}
.BgClassName
{
background-color: #008983;
}
</style>
border-color css
<style>
span { border-color: #008983; }
span { border-color: rgb(0,137,131); }
td.TdClassName
{
border-color: #008983;
}
.TagClassName
{
border-color: #008983;
}
</style>