Shades of Dark Cyan #00918A
Tints of Dark Cyan #00918A
RGB
CMYK
RGB Variations
Color information
#00918A (or 0x00918A) is known color: Dark Cyan. HEX triplet: 00, 91 and 8A. RGB value is (0,145,138). Sum of RGB (Red+Green+Blue) = 0+145+138=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #00918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00918A is #FF6E75. Grayscale: #646464. Windows color (decimal): -16739958 or 9081088. OLE color: 9081088.
HSL color Cylindrical-coordinate representation of color #00918A: hue angle of 177.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00918A is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 138 | - |
| CMYK | 1 | 0 | 0.05 | 0.43 |
| HSL | 177.1º | 1% | 0.28% | - |
| HSV(B) | 177.1º | 1% | 0.57% | - |
| XYZ | 14.71 | 22.09 | 27.53 | - |
| YUV | 100.85 | 148.96 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 138 | 1 | 0 | 0.05 | 0.43 | 177.1 | 1 | 0.28 |
| Hex | 0 | 91 | 8A | 64 | 0 | 5 | 2B | B1 | 64 | 1C |
| Octal | 0 | 221 | 212 | 144 | 0 | 5 | 53 | 261 | 144 | 34 |
| Binary | 0 | 10010001 | 10001010 | 1100100 | 0 | 101 | 101011 | 10110001 | 1100100 | 11100 |
Color Harmonies of #00918A
Complementary color
Monochromatic Colors of #00918A
Black with #00918A
Text Example
Text Example
White with #00918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00918A; }
p { color: rgb(0,145,138); }
H1.HeaderClassName
{
color: #00918A;
}
.AnyTagClassName
{
color: #00918A;
}
</style>
background-color css
<style>
a { background-color: #00918A; }
a { background-color: rgb(0,145,138); }
div.DivClassName
{
background-color: #00918A;
}
.BgClassName
{
background-color: #00918A;
}
</style>
border-color css
<style>
span { border-color: #00918A; }
span { border-color: rgb(0,145,138); }
td.TdClassName
{
border-color: #00918A;
}
.TagClassName
{
border-color: #00918A;
}
</style>