Shades of Dark Cyan #07908C
Tints of Dark Cyan #07908C
RGB
CMYK
RGB Variations
Color information
#07908C (or 0x07908C) is known color: Dark Cyan. HEX triplet: 07, 90 and 8C. RGB value is (7,144,140). Sum of RGB (Red+Green+Blue) = 7+144+140=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #07908C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07908C is #F86F73. Grayscale: #666666. Windows color (decimal): -16281460 or 9211911. OLE color: 9211911.
HSL color Cylindrical-coordinate representation of color #07908C: hue angle of 178.25º 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 #07908C is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 144 | 140 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.44 |
| HSL | 178.25º | 0.91% | 0.3% | - |
| HSV(B) | 178.25º | 0.95% | 0.56% | - |
| XYZ | 14.79 | 21.89 | 28.26 | - |
| YUV | 102.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 140 | 0.95 | 0 | 0.03 | 0.44 | 178.25 | 0.91 | 0.3 |
| Hex | 7 | 90 | 8C | 5F | 0 | 3 | 2C | B2 | 5B | 1E |
| Octal | 7 | 220 | 214 | 137 | 0 | 3 | 54 | 262 | 133 | 36 |
| Binary | 111 | 10010000 | 10001100 | 1011111 | 0 | 11 | 101100 | 10110010 | 1011011 | 11110 |
Color Harmonies of #07908C
Complementary color
Monochromatic Colors of #07908C
Black with #07908C
Text Example
Text Example
White with #07908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07908C; }
p { color: rgb(7,144,140); }
H1.HeaderClassName
{
color: #07908C;
}
.AnyTagClassName
{
color: #07908C;
}
</style>
background-color css
<style>
a { background-color: #07908C; }
a { background-color: rgb(7,144,140); }
div.DivClassName
{
background-color: #07908C;
}
.BgClassName
{
background-color: #07908C;
}
</style>
border-color css
<style>
span { border-color: #07908C; }
span { border-color: rgb(7,144,140); }
td.TdClassName
{
border-color: #07908C;
}
.TagClassName
{
border-color: #07908C;
}
</style>