Shades of Dark Cyan #07948F
Tints of Dark Cyan #07948F
RGB
CMYK
RGB Variations
Color information
#07948F (or 0x07948F) is known color: Dark Cyan. HEX triplet: 07, 94 and 8F. RGB value is (7,148,143). Sum of RGB (Red+Green+Blue) = 7+148+143=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #07948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07948F is #F86B70. Grayscale: #696969. Windows color (decimal): -16280433 or 9409543. OLE color: 9409543.
HSL color Cylindrical-coordinate representation of color #07948F: hue angle of 177.87º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07948F is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 143 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 177.87º | 0.91% | 0.3% | - |
| HSV(B) | 177.87º | 0.95% | 0.58% | - |
| XYZ | 15.64 | 23.21 | 29.64 | - |
| YUV | 105.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 143 | 0.95 | 0 | 0.03 | 0.42 | 177.87 | 0.91 | 0.3 |
| Hex | 7 | 94 | 8F | 5F | 0 | 3 | 2A | B2 | 5B | 1E |
| Octal | 7 | 224 | 217 | 137 | 0 | 3 | 52 | 262 | 133 | 36 |
| Binary | 111 | 10010100 | 10001111 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011011 | 11110 |
Color Harmonies of #07948F
Complementary color
Monochromatic Colors of #07948F
Black with #07948F
Text Example
Text Example
White with #07948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07948F; }
p { color: rgb(7,148,143); }
H1.HeaderClassName
{
color: #07948F;
}
.AnyTagClassName
{
color: #07948F;
}
</style>
background-color css
<style>
a { background-color: #07948F; }
a { background-color: rgb(7,148,143); }
div.DivClassName
{
background-color: #07948F;
}
.BgClassName
{
background-color: #07948F;
}
</style>
border-color css
<style>
span { border-color: #07948F; }
span { border-color: rgb(7,148,143); }
td.TdClassName
{
border-color: #07948F;
}
.TagClassName
{
border-color: #07948F;
}
</style>