Shades of Dark Cyan #08948D
Tints of Dark Cyan #08948D
RGB
CMYK
RGB Variations
Color information
#08948D (or 0x08948D) is known color: Dark Cyan. HEX triplet: 08, 94 and 8D. RGB value is (8,148,141). Sum of RGB (Red+Green+Blue) = 8+148+141=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #08948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08948D is #F76B72. Grayscale: #696969. Windows color (decimal): -16214899 or 9278472. OLE color: 9278472.
HSL color Cylindrical-coordinate representation of color #08948D: hue angle of 177º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08948D is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 141 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.42 |
| HSL | 177º | 0.9% | 0.31% | - |
| HSV(B) | 177º | 0.95% | 0.58% | - |
| XYZ | 15.5 | 23.15 | 28.85 | - |
| YUV | 105.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 141 | 0.95 | 0 | 0.05 | 0.42 | 177 | 0.9 | 0.31 |
| Hex | 8 | 94 | 8D | 5F | 0 | 5 | 2A | B1 | 5A | 1F |
| Octal | 10 | 224 | 215 | 137 | 0 | 5 | 52 | 261 | 132 | 37 |
| Binary | 1000 | 10010100 | 10001101 | 1011111 | 0 | 101 | 101010 | 10110001 | 1011010 | 11111 |
Color Harmonies of #08948D
Complementary color
Monochromatic Colors of #08948D
Black with #08948D
Text Example
Text Example
White with #08948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08948D; }
p { color: rgb(8,148,141); }
H1.HeaderClassName
{
color: #08948D;
}
.AnyTagClassName
{
color: #08948D;
}
</style>
background-color css
<style>
a { background-color: #08948D; }
a { background-color: rgb(8,148,141); }
div.DivClassName
{
background-color: #08948D;
}
.BgClassName
{
background-color: #08948D;
}
</style>
border-color css
<style>
span { border-color: #08948D; }
span { border-color: rgb(8,148,141); }
td.TdClassName
{
border-color: #08948D;
}
.TagClassName
{
border-color: #08948D;
}
</style>