Shades of Dark Cyan #088D93
Tints of Dark Cyan #088D93
RGB
CMYK
RGB Variations
Color information
#088D93 (or 0x088D93) is known color: Dark Cyan. HEX triplet: 08, 8D and 93. RGB value is (8,141,147). Sum of RGB (Red+Green+Blue) = 8+141+147=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #088D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D93 is #F7726C. Grayscale: #656565. Windows color (decimal): -16216685 or 9669896. OLE color: 9669896.
HSL color Cylindrical-coordinate representation of color #088D93: hue angle of 182.59º degrees, saturation: 0.9, 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 #088D93 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 141 | 147 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.42 |
| HSL | 182.59º | 0.9% | 0.3% | - |
| HSV(B) | 182.59º | 0.95% | 0.58% | - |
| XYZ | 14.89 | 21.21 | 30.91 | - |
| YUV | 101.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 147 | 0.95 | 0.04 | 0 | 0.42 | 182.59 | 0.9 | 0.3 |
| Hex | 8 | 8D | 93 | 5F | 4 | 0 | 2A | B7 | 5A | 1E |
| Octal | 10 | 215 | 223 | 137 | 4 | 0 | 52 | 267 | 132 | 36 |
| Binary | 1000 | 10001101 | 10010011 | 1011111 | 100 | 0 | 101010 | 10110111 | 1011010 | 11110 |
Color Harmonies of #088D93
Complementary color
Monochromatic Colors of #088D93
Black with #088D93
Text Example
Text Example
White with #088D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088D93; }
p { color: rgb(8,141,147); }
H1.HeaderClassName
{
color: #088D93;
}
.AnyTagClassName
{
color: #088D93;
}
</style>
background-color css
<style>
a { background-color: #088D93; }
a { background-color: rgb(8,141,147); }
div.DivClassName
{
background-color: #088D93;
}
.BgClassName
{
background-color: #088D93;
}
</style>
border-color css
<style>
span { border-color: #088D93; }
span { border-color: rgb(8,141,147); }
td.TdClassName
{
border-color: #088D93;
}
.TagClassName
{
border-color: #088D93;
}
</style>