Shades of Dark Cyan #07938F
Tints of Dark Cyan #07938F
RGB
CMYK
RGB Variations
Color information
#07938F (or 0x07938F) is known color: Dark Cyan. HEX triplet: 07, 93 and 8F. RGB value is (7,147,143). Sum of RGB (Red+Green+Blue) = 7+147+143=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #07938F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07938F is #F86C70. Grayscale: #686868. Windows color (decimal): -16280689 or 9409287. OLE color: 9409287.
HSL color Cylindrical-coordinate representation of color #07938F: hue angle of 178.29º 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 #07938F is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 143 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 178.29º | 0.91% | 0.3% | - |
| HSV(B) | 178.29º | 0.95% | 0.58% | - |
| XYZ | 15.48 | 22.9 | 29.59 | - |
| YUV | 104.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 143 | 0.95 | 0 | 0.03 | 0.42 | 178.29 | 0.91 | 0.3 |
| Hex | 7 | 93 | 8F | 5F | 0 | 3 | 2A | B2 | 5B | 1E |
| Octal | 7 | 223 | 217 | 137 | 0 | 3 | 52 | 262 | 133 | 36 |
| Binary | 111 | 10010011 | 10001111 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11110 |
Color Harmonies of #07938F
Complementary color
Monochromatic Colors of #07938F
Black with #07938F
Text Example
Text Example
White with #07938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07938F; }
p { color: rgb(7,147,143); }
H1.HeaderClassName
{
color: #07938F;
}
.AnyTagClassName
{
color: #07938F;
}
</style>
background-color css
<style>
a { background-color: #07938F; }
a { background-color: rgb(7,147,143); }
div.DivClassName
{
background-color: #07938F;
}
.BgClassName
{
background-color: #07938F;
}
</style>
border-color css
<style>
span { border-color: #07938F; }
span { border-color: rgb(7,147,143); }
td.TdClassName
{
border-color: #07938F;
}
.TagClassName
{
border-color: #07938F;
}
</style>