Shades of Dark Cyan #08948F
Tints of Dark Cyan #08948F
RGB
CMYK
RGB Variations
Color information
#08948F (or 0x08948F) is known color: Dark Cyan. HEX triplet: 08, 94 and 8F. RGB value is (8,148,143). Sum of RGB (Red+Green+Blue) = 8+148+143=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #08948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08948F is #F76B70. Grayscale: #696969. Windows color (decimal): -16214897 or 9409544. OLE color: 9409544.
HSL color Cylindrical-coordinate representation of color #08948F: hue angle of 177.86º 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 #08948F is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 143 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 177.86º | 0.9% | 0.31% | - |
| HSV(B) | 177.86º | 0.95% | 0.58% | - |
| XYZ | 15.65 | 23.21 | 29.64 | - |
| YUV | 105.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 143 | 0.95 | 0 | 0.03 | 0.42 | 177.86 | 0.9 | 0.31 |
| Hex | 8 | 94 | 8F | 5F | 0 | 3 | 2A | B2 | 5A | 1F |
| Octal | 10 | 224 | 217 | 137 | 0 | 3 | 52 | 262 | 132 | 37 |
| Binary | 1000 | 10010100 | 10001111 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011010 | 11111 |
Color Harmonies of #08948F
Complementary color
Monochromatic Colors of #08948F
Black with #08948F
Text Example
Text Example
White with #08948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08948F; }
p { color: rgb(8,148,143); }
H1.HeaderClassName
{
color: #08948F;
}
.AnyTagClassName
{
color: #08948F;
}
</style>
background-color css
<style>
a { background-color: #08948F; }
a { background-color: rgb(8,148,143); }
div.DivClassName
{
background-color: #08948F;
}
.BgClassName
{
background-color: #08948F;
}
</style>
border-color css
<style>
span { border-color: #08948F; }
span { border-color: rgb(8,148,143); }
td.TdClassName
{
border-color: #08948F;
}
.TagClassName
{
border-color: #08948F;
}
</style>