Shades of Dark Cyan #00948F
Tints of Dark Cyan #00948F
RGB
CMYK
RGB Variations
Color information
#00948F (or 0x00948F) is known color: Dark Cyan. HEX triplet: 00, 94 and 8F. RGB value is (0,148,143). Sum of RGB (Red+Green+Blue) = 0+148+143=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #00948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00948F is #FF6B70. Grayscale: #676767. Windows color (decimal): -16739185 or 9409536. OLE color: 9409536.
HSL color Cylindrical-coordinate representation of color #00948F: hue angle of 177.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00948F is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 143 | - |
| CMYK | 1 | 0 | 0.03 | 0.42 |
| HSL | 177.97º | 1% | 0.29% | - |
| HSV(B) | 177.97º | 1% | 0.58% | - |
| XYZ | 15.55 | 23.16 | 29.64 | - |
| YUV | 103.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 143 | 1 | 0 | 0.03 | 0.42 | 177.97 | 1 | 0.29 |
| Hex | 0 | 94 | 8F | 64 | 0 | 3 | 2A | B2 | 64 | 1D |
| Octal | 0 | 224 | 217 | 144 | 0 | 3 | 52 | 262 | 144 | 35 |
| Binary | 0 | 10010100 | 10001111 | 1100100 | 0 | 11 | 101010 | 10110010 | 1100100 | 11101 |
Color Harmonies of #00948F
Complementary color
Monochromatic Colors of #00948F
Black with #00948F
Text Example
Text Example
White with #00948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00948F; }
p { color: rgb(0,148,143); }
H1.HeaderClassName
{
color: #00948F;
}
.AnyTagClassName
{
color: #00948F;
}
</style>
background-color css
<style>
a { background-color: #00948F; }
a { background-color: rgb(0,148,143); }
div.DivClassName
{
background-color: #00948F;
}
.BgClassName
{
background-color: #00948F;
}
</style>
border-color css
<style>
span { border-color: #00948F; }
span { border-color: rgb(0,148,143); }
td.TdClassName
{
border-color: #00948F;
}
.TagClassName
{
border-color: #00948F;
}
</style>