Shades of Dark Cyan #07938D
Tints of Dark Cyan #07938D
RGB
CMYK
RGB Variations
Color information
#07938D (or 0x07938D) is known color: Dark Cyan. HEX triplet: 07, 93 and 8D. RGB value is (7,147,141). Sum of RGB (Red+Green+Blue) = 7+147+141=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #07938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07938D is #F86C72. Grayscale: #686868. Windows color (decimal): -16280691 or 9278215. OLE color: 9278215.
HSL color Cylindrical-coordinate representation of color #07938D: hue angle of 177.43º 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 #07938D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 141 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.42 |
| HSL | 177.43º | 0.91% | 0.3% | - |
| HSV(B) | 177.43º | 0.95% | 0.58% | - |
| XYZ | 15.33 | 22.84 | 28.8 | - |
| YUV | 104.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 141 | 0.95 | 0 | 0.04 | 0.42 | 177.43 | 0.91 | 0.3 |
| Hex | 7 | 93 | 8D | 5F | 0 | 4 | 2A | B1 | 5B | 1E |
| Octal | 7 | 223 | 215 | 137 | 0 | 4 | 52 | 261 | 133 | 36 |
| Binary | 111 | 10010011 | 10001101 | 1011111 | 0 | 100 | 101010 | 10110001 | 1011011 | 11110 |
Color Harmonies of #07938D
Complementary color
Monochromatic Colors of #07938D
Black with #07938D
Text Example
Text Example
White with #07938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07938D; }
p { color: rgb(7,147,141); }
H1.HeaderClassName
{
color: #07938D;
}
.AnyTagClassName
{
color: #07938D;
}
</style>
background-color css
<style>
a { background-color: #07938D; }
a { background-color: rgb(7,147,141); }
div.DivClassName
{
background-color: #07938D;
}
.BgClassName
{
background-color: #07938D;
}
</style>
border-color css
<style>
span { border-color: #07938D; }
span { border-color: rgb(7,147,141); }
td.TdClassName
{
border-color: #07938D;
}
.TagClassName
{
border-color: #07938D;
}
</style>