Shades of Dark Cyan #00918B
Tints of Dark Cyan #00918B
RGB
CMYK
RGB Variations
Color information
#00918B (or 0x00918B) is known color: Dark Cyan. HEX triplet: 00, 91 and 8B. RGB value is (0,145,139). Sum of RGB (Red+Green+Blue) = 0+145+139=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #00918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00918B is #FF6E74. Grayscale: #646464. Windows color (decimal): -16739957 or 9146624. OLE color: 9146624.
HSL color Cylindrical-coordinate representation of color #00918B: hue angle of 177.52º 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 #00918B is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 139 | - |
| CMYK | 1 | 0 | 0.04 | 0.43 |
| HSL | 177.52º | 1% | 0.28% | - |
| HSV(B) | 177.52º | 1% | 0.57% | - |
| XYZ | 14.79 | 22.11 | 27.92 | - |
| YUV | 100.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 139 | 1 | 0 | 0.04 | 0.43 | 177.52 | 1 | 0.28 |
| Hex | 0 | 91 | 8B | 64 | 0 | 4 | 2B | B2 | 64 | 1C |
| Octal | 0 | 221 | 213 | 144 | 0 | 4 | 53 | 262 | 144 | 34 |
| Binary | 0 | 10010001 | 10001011 | 1100100 | 0 | 100 | 101011 | 10110010 | 1100100 | 11100 |
Color Harmonies of #00918B
Complementary color
Monochromatic Colors of #00918B
Black with #00918B
Text Example
Text Example
White with #00918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00918B; }
p { color: rgb(0,145,139); }
H1.HeaderClassName
{
color: #00918B;
}
.AnyTagClassName
{
color: #00918B;
}
</style>
background-color css
<style>
a { background-color: #00918B; }
a { background-color: rgb(0,145,139); }
div.DivClassName
{
background-color: #00918B;
}
.BgClassName
{
background-color: #00918B;
}
</style>
border-color css
<style>
span { border-color: #00918B; }
span { border-color: rgb(0,145,139); }
td.TdClassName
{
border-color: #00918B;
}
.TagClassName
{
border-color: #00918B;
}
</style>