Shades of Dark Cyan #07938A
Tints of Dark Cyan #07938A
RGB
CMYK
RGB Variations
Color information
#07938A (or 0x07938A) is known color: Dark Cyan. HEX triplet: 07, 93 and 8A. RGB value is (7,147,138). Sum of RGB (Red+Green+Blue) = 7+147+138=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #07938A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07938A is #F86C75. Grayscale: #686868. Windows color (decimal): -16280694 or 9081607. OLE color: 9081607.
HSL color Cylindrical-coordinate representation of color #07938A: hue angle of 176.14º 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 #07938A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 138 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.42 |
| HSL | 176.14º | 0.91% | 0.3% | - |
| HSV(B) | 176.14º | 0.95% | 0.58% | - |
| XYZ | 15.11 | 22.75 | 27.64 | - |
| YUV | 104.11 | 147.12 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 138 | 0.95 | 0 | 0.06 | 0.42 | 176.14 | 0.91 | 0.3 |
| Hex | 7 | 93 | 8A | 5F | 0 | 6 | 2A | B0 | 5B | 1E |
| Octal | 7 | 223 | 212 | 137 | 0 | 6 | 52 | 260 | 133 | 36 |
| Binary | 111 | 10010011 | 10001010 | 1011111 | 0 | 110 | 101010 | 10110000 | 1011011 | 11110 |
Color Harmonies of #07938A
Complementary color
Monochromatic Colors of #07938A
Black with #07938A
Text Example
Text Example
White with #07938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07938A; }
p { color: rgb(7,147,138); }
H1.HeaderClassName
{
color: #07938A;
}
.AnyTagClassName
{
color: #07938A;
}
</style>
background-color css
<style>
a { background-color: #07938A; }
a { background-color: rgb(7,147,138); }
div.DivClassName
{
background-color: #07938A;
}
.BgClassName
{
background-color: #07938A;
}
</style>
border-color css
<style>
span { border-color: #07938A; }
span { border-color: rgb(7,147,138); }
td.TdClassName
{
border-color: #07938A;
}
.TagClassName
{
border-color: #07938A;
}
</style>