Shades of Dark Cyan #07938E
Tints of Dark Cyan #07938E
RGB
CMYK
RGB Variations
Color information
#07938E (or 0x07938E) is known color: Dark Cyan. HEX triplet: 07, 93 and 8E. RGB value is (7,147,142). Sum of RGB (Red+Green+Blue) = 7+147+142=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #07938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07938E is #F86C71. Grayscale: #686868. Windows color (decimal): -16280690 or 9343751. OLE color: 9343751.
HSL color Cylindrical-coordinate representation of color #07938E: hue angle of 177.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07938E is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 142 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 177.86º | 0.91% | 0.3% | - |
| HSV(B) | 177.86º | 0.95% | 0.58% | - |
| XYZ | 15.4 | 22.87 | 29.19 | - |
| YUV | 104.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 142 | 0.95 | 0 | 0.03 | 0.42 | 177.86 | 0.91 | 0.3 |
| Hex | 7 | 93 | 8E | 5F | 0 | 3 | 2A | B2 | 5B | 1E |
| Octal | 7 | 223 | 216 | 137 | 0 | 3 | 52 | 262 | 133 | 36 |
| Binary | 111 | 10010011 | 10001110 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11110 |
Color Harmonies of #07938E
Complementary color
Monochromatic Colors of #07938E
Black with #07938E
Text Example
Text Example
White with #07938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07938E; }
p { color: rgb(7,147,142); }
H1.HeaderClassName
{
color: #07938E;
}
.AnyTagClassName
{
color: #07938E;
}
</style>
background-color css
<style>
a { background-color: #07938E; }
a { background-color: rgb(7,147,142); }
div.DivClassName
{
background-color: #07938E;
}
.BgClassName
{
background-color: #07938E;
}
</style>
border-color css
<style>
span { border-color: #07938E; }
span { border-color: rgb(7,147,142); }
td.TdClassName
{
border-color: #07938E;
}
.TagClassName
{
border-color: #07938E;
}
</style>