Shades of Dark Cyan #078388
Tints of Dark Cyan #078388
RGB
CMYK
RGB Variations
Color information
#078388 (or 0x078388) is known color: Dark Cyan. HEX triplet: 07, 83 and 88. RGB value is (7,131,136). Sum of RGB (Red+Green+Blue) = 7+131+136=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #078388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078388 is #F87C77. Grayscale: #5E5E5E. Windows color (decimal): -16284792 or 8946439. OLE color: 8946439.
HSL color Cylindrical-coordinate representation of color #078388: hue angle of 182.33º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078388 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 131 | 136 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.47 |
| HSL | 182.33º | 0.9% | 0.28% | - |
| HSV(B) | 182.33º | 0.95% | 0.53% | - |
| XYZ | 12.65 | 18.06 | 26.11 | - |
| YUV | 94.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 136 | 0.95 | 0.04 | 0 | 0.47 | 182.33 | 0.9 | 0.28 |
| Hex | 7 | 83 | 88 | 5F | 4 | 0 | 2F | B6 | 5A | 1C |
| Octal | 7 | 203 | 210 | 137 | 4 | 0 | 57 | 266 | 132 | 34 |
| Binary | 111 | 10000011 | 10001000 | 1011111 | 100 | 0 | 101111 | 10110110 | 1011010 | 11100 |
Color Harmonies of #078388
Complementary color
Monochromatic Colors of #078388
Black with #078388
Text Example
Text Example
White with #078388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078388; }
p { color: rgb(7,131,136); }
H1.HeaderClassName
{
color: #078388;
}
.AnyTagClassName
{
color: #078388;
}
</style>
background-color css
<style>
a { background-color: #078388; }
a { background-color: rgb(7,131,136); }
div.DivClassName
{
background-color: #078388;
}
.BgClassName
{
background-color: #078388;
}
</style>
border-color css
<style>
span { border-color: #078388; }
span { border-color: rgb(7,131,136); }
td.TdClassName
{
border-color: #078388;
}
.TagClassName
{
border-color: #078388;
}
</style>