Shades of Dark Cyan #00918F
Tints of Dark Cyan #00918F
RGB
CMYK
RGB Variations
Color information
#00918F (or 0x00918F) is known color: Dark Cyan. HEX triplet: 00, 91 and 8F. RGB value is (0,145,143). Sum of RGB (Red+Green+Blue) = 0+145+143=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #00918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00918F is #FF6E70. Grayscale: #656565. Windows color (decimal): -16739953 or 9408768. OLE color: 9408768.
HSL color Cylindrical-coordinate representation of color #00918F: hue angle of 179.17º 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 #00918F is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 143 | - |
| CMYK | 1 | 0 | 0.01 | 0.43 |
| HSL | 179.17º | 1% | 0.28% | - |
| HSV(B) | 179.17º | 1% | 0.57% | - |
| XYZ | 15.08 | 22.23 | 29.48 | - |
| YUV | 101.42 | 151.46 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 143 | 1 | 0 | 0.01 | 0.43 | 179.17 | 1 | 0.28 |
| Hex | 0 | 91 | 8F | 64 | 0 | 1 | 2B | B3 | 64 | 1C |
| Octal | 0 | 221 | 217 | 144 | 0 | 1 | 53 | 263 | 144 | 34 |
| Binary | 0 | 10010001 | 10001111 | 1100100 | 0 | 1 | 101011 | 10110011 | 1100100 | 11100 |
Color Harmonies of #00918F
Complementary color
Monochromatic Colors of #00918F
Black with #00918F
Text Example
Text Example
White with #00918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00918F; }
p { color: rgb(0,145,143); }
H1.HeaderClassName
{
color: #00918F;
}
.AnyTagClassName
{
color: #00918F;
}
</style>
background-color css
<style>
a { background-color: #00918F; }
a { background-color: rgb(0,145,143); }
div.DivClassName
{
background-color: #00918F;
}
.BgClassName
{
background-color: #00918F;
}
</style>
border-color css
<style>
span { border-color: #00918F; }
span { border-color: rgb(0,145,143); }
td.TdClassName
{
border-color: #00918F;
}
.TagClassName
{
border-color: #00918F;
}
</style>