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