Shades of Dark Cyan #07988A
Tints of Dark Cyan #07988A
RGB
CMYK
RGB Variations
Color information
#07988A (or 0x07988A) is known color: Dark Cyan. HEX triplet: 07, 98 and 8A. RGB value is (7,152,138). Sum of RGB (Red+Green+Blue) = 7+152+138=297 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #07988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07988A is #F86775. Grayscale: #6A6A6A. Windows color (decimal): -16279414 or 9082887. OLE color: 9082887.
HSL color Cylindrical-coordinate representation of color #07988A: hue angle of 174.21º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07988A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 152 | 138 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.40 |
| HSL | 174.21º | 0.91% | 0.31% | - |
| HSV(B) | 174.21º | 0.95% | 0.6% | - |
| XYZ | 15.9 | 24.34 | 27.9 | - |
| YUV | 107.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 138 | 0.95 | 0 | 0.09 | 0.40 | 174.21 | 0.91 | 0.31 |
| Hex | 7 | 98 | 8A | 5F | 0 | 9 | 28 | AE | 5B | 1F |
| Octal | 7 | 230 | 212 | 137 | 0 | 11 | 50 | 256 | 133 | 37 |
| Binary | 111 | 10011000 | 10001010 | 1011111 | 0 | 1001 | 101000 | 10101110 | 1011011 | 11111 |
Color Harmonies of #07988A
Complementary color
Monochromatic Colors of #07988A
Black with #07988A
Text Example
Text Example
White with #07988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07988A; }
p { color: rgb(7,152,138); }
H1.HeaderClassName
{
color: #07988A;
}
.AnyTagClassName
{
color: #07988A;
}
</style>
background-color css
<style>
a { background-color: #07988A; }
a { background-color: rgb(7,152,138); }
div.DivClassName
{
background-color: #07988A;
}
.BgClassName
{
background-color: #07988A;
}
</style>
border-color css
<style>
span { border-color: #07988A; }
span { border-color: rgb(7,152,138); }
td.TdClassName
{
border-color: #07988A;
}
.TagClassName
{
border-color: #07988A;
}
</style>