Shades of Dark Cyan #008793
Tints of Dark Cyan #008793
RGB
CMYK
RGB Variations
Color information
#008793 (or 0x008793) is known color: Dark Cyan. HEX triplet: 00, 87 and 93. RGB value is (0,135,147). Sum of RGB (Red+Green+Blue) = 0+135+147=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #008793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008793 is #FF786C. Grayscale: #5F5F5F. Windows color (decimal): -16742509 or 9668352. OLE color: 9668352.
HSL color Cylindrical-coordinate representation of color #008793: hue angle of 184.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008793 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 135 | 147 | - |
| CMYK | 1 | 0.08 | 0 | 0.42 |
| HSL | 184.9º | 1% | 0.29% | - |
| HSV(B) | 184.9º | 1% | 0.58% | - |
| XYZ | 13.93 | 19.43 | 30.62 | - |
| YUV | 96 | 156.77 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 147 | 1 | 0.08 | 0 | 0.42 | 184.9 | 1 | 0.29 |
| Hex | 0 | 87 | 93 | 64 | 8 | 0 | 2A | B9 | 64 | 1D |
| Octal | 0 | 207 | 223 | 144 | 10 | 0 | 52 | 271 | 144 | 35 |
| Binary | 0 | 10000111 | 10010011 | 1100100 | 1000 | 0 | 101010 | 10111001 | 1100100 | 11101 |
Color Harmonies of #008793
Complementary color
Monochromatic Colors of #008793
Black with #008793
Text Example
Text Example
White with #008793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008793; }
p { color: rgb(0,135,147); }
H1.HeaderClassName
{
color: #008793;
}
.AnyTagClassName
{
color: #008793;
}
</style>
background-color css
<style>
a { background-color: #008793; }
a { background-color: rgb(0,135,147); }
div.DivClassName
{
background-color: #008793;
}
.BgClassName
{
background-color: #008793;
}
</style>
border-color css
<style>
span { border-color: #008793; }
span { border-color: rgb(0,135,147); }
td.TdClassName
{
border-color: #008793;
}
.TagClassName
{
border-color: #008793;
}
</style>