Shades of Dark Cyan #07908F
Tints of Dark Cyan #07908F
RGB
CMYK
RGB Variations
Color information
#07908F (or 0x07908F) is known color: Dark Cyan. HEX triplet: 07, 90 and 8F. RGB value is (7,144,143). Sum of RGB (Red+Green+Blue) = 7+144+143=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #07908F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07908F is #F86F70. Grayscale: #666666. Windows color (decimal): -16281457 or 9408519. OLE color: 9408519.
HSL color Cylindrical-coordinate representation of color #07908F: hue angle of 179.56º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07908F is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 143 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.44 |
| HSL | 179.56º | 0.91% | 0.3% | - |
| HSV(B) | 179.56º | 0.95% | 0.56% | - |
| XYZ | 15.02 | 21.97 | 29.44 | - |
| YUV | 102.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 143 | 0.95 | 0 | 0.01 | 0.44 | 179.56 | 0.91 | 0.3 |
| Hex | 7 | 90 | 8F | 5F | 0 | 1 | 2C | B4 | 5B | 1E |
| Octal | 7 | 220 | 217 | 137 | 0 | 1 | 54 | 264 | 133 | 36 |
| Binary | 111 | 10010000 | 10001111 | 1011111 | 0 | 1 | 101100 | 10110100 | 1011011 | 11110 |
Color Harmonies of #07908F
Complementary color
Monochromatic Colors of #07908F
Black with #07908F
Text Example
Text Example
White with #07908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07908F; }
p { color: rgb(7,144,143); }
H1.HeaderClassName
{
color: #07908F;
}
.AnyTagClassName
{
color: #07908F;
}
</style>
background-color css
<style>
a { background-color: #07908F; }
a { background-color: rgb(7,144,143); }
div.DivClassName
{
background-color: #07908F;
}
.BgClassName
{
background-color: #07908F;
}
</style>
border-color css
<style>
span { border-color: #07908F; }
span { border-color: rgb(7,144,143); }
td.TdClassName
{
border-color: #07908F;
}
.TagClassName
{
border-color: #07908F;
}
</style>