Shades of Dark Cyan #00948C
Tints of Dark Cyan #00948C
RGB
CMYK
RGB Variations
Color information
#00948C (or 0x00948C) is known color: Dark Cyan. HEX triplet: 00, 94 and 8C. RGB value is (0,148,140). Sum of RGB (Red+Green+Blue) = 0+148+140=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #00948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00948C is #FF6B73. Grayscale: #666666. Windows color (decimal): -16739188 or 9212928. OLE color: 9212928.
HSL color Cylindrical-coordinate representation of color #00948C: hue angle of 176.76º 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 #00948C is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 140 | - |
| CMYK | 1 | 0 | 0.05 | 0.42 |
| HSL | 176.76º | 1% | 0.29% | - |
| HSV(B) | 176.76º | 1% | 0.58% | - |
| XYZ | 15.32 | 23.07 | 28.46 | - |
| YUV | 102.84 | 148.97 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 140 | 1 | 0 | 0.05 | 0.42 | 176.76 | 1 | 0.29 |
| Hex | 0 | 94 | 8C | 64 | 0 | 5 | 2A | B1 | 64 | 1D |
| Octal | 0 | 224 | 214 | 144 | 0 | 5 | 52 | 261 | 144 | 35 |
| Binary | 0 | 10010100 | 10001100 | 1100100 | 0 | 101 | 101010 | 10110001 | 1100100 | 11101 |
Color Harmonies of #00948C
Complementary color
Monochromatic Colors of #00948C
Black with #00948C
Text Example
Text Example
White with #00948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00948C; }
p { color: rgb(0,148,140); }
H1.HeaderClassName
{
color: #00948C;
}
.AnyTagClassName
{
color: #00948C;
}
</style>
background-color css
<style>
a { background-color: #00948C; }
a { background-color: rgb(0,148,140); }
div.DivClassName
{
background-color: #00948C;
}
.BgClassName
{
background-color: #00948C;
}
</style>
border-color css
<style>
span { border-color: #00948C; }
span { border-color: rgb(0,148,140); }
td.TdClassName
{
border-color: #00948C;
}
.TagClassName
{
border-color: #00948C;
}
</style>