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