Shades of Dark Cyan #08948C
Tints of Dark Cyan #08948C
RGB
CMYK
RGB Variations
Color information
#08948C (or 0x08948C) is known color: Dark Cyan. HEX triplet: 08, 94 and 8C. RGB value is (8,148,140). Sum of RGB (Red+Green+Blue) = 8+148+140=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #08948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08948C is #F76B73. Grayscale: #696969. Windows color (decimal): -16214900 or 9212936. OLE color: 9212936.
HSL color Cylindrical-coordinate representation of color #08948C: hue angle of 176.57º 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 #08948C is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 140 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.42 |
| HSL | 176.57º | 0.9% | 0.31% | - |
| HSV(B) | 176.57º | 0.95% | 0.58% | - |
| XYZ | 15.42 | 23.12 | 28.46 | - |
| YUV | 105.23 | 147.62 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 140 | 0.95 | 0 | 0.05 | 0.42 | 176.57 | 0.9 | 0.31 |
| Hex | 8 | 94 | 8C | 5F | 0 | 5 | 2A | B1 | 5A | 1F |
| Octal | 10 | 224 | 214 | 137 | 0 | 5 | 52 | 261 | 132 | 37 |
| Binary | 1000 | 10010100 | 10001100 | 1011111 | 0 | 101 | 101010 | 10110001 | 1011010 | 11111 |
Color Harmonies of #08948C
Complementary color
Monochromatic Colors of #08948C
Black with #08948C
Text Example
Text Example
White with #08948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08948C; }
p { color: rgb(8,148,140); }
H1.HeaderClassName
{
color: #08948C;
}
.AnyTagClassName
{
color: #08948C;
}
</style>
background-color css
<style>
a { background-color: #08948C; }
a { background-color: rgb(8,148,140); }
div.DivClassName
{
background-color: #08948C;
}
.BgClassName
{
background-color: #08948C;
}
</style>
border-color css
<style>
span { border-color: #08948C; }
span { border-color: rgb(8,148,140); }
td.TdClassName
{
border-color: #08948C;
}
.TagClassName
{
border-color: #08948C;
}
</style>