Shades of Dark Cyan #07928B
Tints of Dark Cyan #07928B
RGB
CMYK
RGB Variations
Color information
#07928B (or 0x07928B) is known color: Dark Cyan. HEX triplet: 07, 92 and 8B. RGB value is (7,146,139). Sum of RGB (Red+Green+Blue) = 7+146+139=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #07928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07928B is #F86D74. Grayscale: #676767. Windows color (decimal): -16280949 or 9146887. OLE color: 9146887.
HSL color Cylindrical-coordinate representation of color #07928B: hue angle of 176.98º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07928B is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 146 | 139 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.43 |
| HSL | 176.98º | 0.91% | 0.3% | - |
| HSV(B) | 176.98º | 0.95% | 0.57% | - |
| XYZ | 15.03 | 22.47 | 27.97 | - |
| YUV | 103.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 139 | 0.95 | 0 | 0.05 | 0.43 | 176.98 | 0.91 | 0.3 |
| Hex | 7 | 92 | 8B | 5F | 0 | 5 | 2B | B1 | 5B | 1E |
| Octal | 7 | 222 | 213 | 137 | 0 | 5 | 53 | 261 | 133 | 36 |
| Binary | 111 | 10010010 | 10001011 | 1011111 | 0 | 101 | 101011 | 10110001 | 1011011 | 11110 |
Color Harmonies of #07928B
Complementary color
Monochromatic Colors of #07928B
Black with #07928B
Text Example
Text Example
White with #07928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07928B; }
p { color: rgb(7,146,139); }
H1.HeaderClassName
{
color: #07928B;
}
.AnyTagClassName
{
color: #07928B;
}
</style>
background-color css
<style>
a { background-color: #07928B; }
a { background-color: rgb(7,146,139); }
div.DivClassName
{
background-color: #07928B;
}
.BgClassName
{
background-color: #07928B;
}
</style>
border-color css
<style>
span { border-color: #07928B; }
span { border-color: rgb(7,146,139); }
td.TdClassName
{
border-color: #07928B;
}
.TagClassName
{
border-color: #07928B;
}
</style>