Shades of Dark Cyan #00938E
Tints of Dark Cyan #00938E
RGB
CMYK
RGB Variations
Color information
#00938E (or 0x00938E) is known color: Dark Cyan. HEX triplet: 00, 93 and 8E. RGB value is (0,147,142). Sum of RGB (Red+Green+Blue) = 0+147+142=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #00938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00938E is #FF6C71. Grayscale: #666666. Windows color (decimal): -16739442 or 9343744. OLE color: 9343744.
HSL color Cylindrical-coordinate representation of color #00938E: hue angle of 177.96º 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 #00938E is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 142 | - |
| CMYK | 1 | 0 | 0.03 | 0.42 |
| HSL | 177.96º | 1% | 0.29% | - |
| HSV(B) | 177.96º | 1% | 0.58% | - |
| XYZ | 15.32 | 22.82 | 29.19 | - |
| YUV | 102.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 142 | 1 | 0 | 0.03 | 0.42 | 177.96 | 1 | 0.29 |
| Hex | 0 | 93 | 8E | 64 | 0 | 3 | 2A | B2 | 64 | 1D |
| Octal | 0 | 223 | 216 | 144 | 0 | 3 | 52 | 262 | 144 | 35 |
| Binary | 0 | 10010011 | 10001110 | 1100100 | 0 | 11 | 101010 | 10110010 | 1100100 | 11101 |
Color Harmonies of #00938E
Complementary color
Monochromatic Colors of #00938E
Black with #00938E
Text Example
Text Example
White with #00938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00938E; }
p { color: rgb(0,147,142); }
H1.HeaderClassName
{
color: #00938E;
}
.AnyTagClassName
{
color: #00938E;
}
</style>
background-color css
<style>
a { background-color: #00938E; }
a { background-color: rgb(0,147,142); }
div.DivClassName
{
background-color: #00938E;
}
.BgClassName
{
background-color: #00938E;
}
</style>
border-color css
<style>
span { border-color: #00938E; }
span { border-color: rgb(0,147,142); }
td.TdClassName
{
border-color: #00938E;
}
.TagClassName
{
border-color: #00938E;
}
</style>