Shades of Dark Cyan #07938B
Tints of Dark Cyan #07938B
RGB
CMYK
RGB Variations
Color information
#07938B (or 0x07938B) is known color: Dark Cyan. HEX triplet: 07, 93 and 8B. RGB value is (7,147,139). Sum of RGB (Red+Green+Blue) = 7+147+139=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #07938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07938B is #F86C74. Grayscale: #686868. Windows color (decimal): -16280693 or 9147143. OLE color: 9147143.
HSL color Cylindrical-coordinate representation of color #07938B: hue angle of 176.57º 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 #07938B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 139 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.42 |
| HSL | 176.57º | 0.91% | 0.3% | - |
| HSV(B) | 176.57º | 0.95% | 0.58% | - |
| XYZ | 15.18 | 22.78 | 28.02 | - |
| YUV | 104.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 139 | 0.95 | 0 | 0.05 | 0.42 | 176.57 | 0.91 | 0.3 |
| Hex | 7 | 93 | 8B | 5F | 0 | 5 | 2A | B1 | 5B | 1E |
| Octal | 7 | 223 | 213 | 137 | 0 | 5 | 52 | 261 | 133 | 36 |
| Binary | 111 | 10010011 | 10001011 | 1011111 | 0 | 101 | 101010 | 10110001 | 1011011 | 11110 |
Color Harmonies of #07938B
Complementary color
Monochromatic Colors of #07938B
Black with #07938B
Text Example
Text Example
White with #07938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07938B; }
p { color: rgb(7,147,139); }
H1.HeaderClassName
{
color: #07938B;
}
.AnyTagClassName
{
color: #07938B;
}
</style>
background-color css
<style>
a { background-color: #07938B; }
a { background-color: rgb(7,147,139); }
div.DivClassName
{
background-color: #07938B;
}
.BgClassName
{
background-color: #07938B;
}
</style>
border-color css
<style>
span { border-color: #07938B; }
span { border-color: rgb(7,147,139); }
td.TdClassName
{
border-color: #07938B;
}
.TagClassName
{
border-color: #07938B;
}
</style>