Shades of Dark Cyan #00948A
Tints of Dark Cyan #00948A
RGB
CMYK
RGB Variations
Color information
#00948A (or 0x00948A) is known color: Dark Cyan. HEX triplet: 00, 94 and 8A. RGB value is (0,148,138). Sum of RGB (Red+Green+Blue) = 0+148+138=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #00948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00948A is #FF6B75. Grayscale: #666666. Windows color (decimal): -16739190 or 9081856. OLE color: 9081856.
HSL color Cylindrical-coordinate representation of color #00948A: hue angle of 175.95º 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 #00948A is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 138 | - |
| CMYK | 1 | 0 | 0.07 | 0.42 |
| HSL | 175.95º | 1% | 0.29% | - |
| HSV(B) | 175.95º | 1% | 0.58% | - |
| XYZ | 15.18 | 23.01 | 27.69 | - |
| YUV | 102.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 138 | 1 | 0 | 0.07 | 0.42 | 175.95 | 1 | 0.29 |
| Hex | 0 | 94 | 8A | 64 | 0 | 7 | 2A | B0 | 64 | 1D |
| Octal | 0 | 224 | 212 | 144 | 0 | 7 | 52 | 260 | 144 | 35 |
| Binary | 0 | 10010100 | 10001010 | 1100100 | 0 | 111 | 101010 | 10110000 | 1100100 | 11101 |
Color Harmonies of #00948A
Complementary color
Monochromatic Colors of #00948A
Black with #00948A
Text Example
Text Example
White with #00948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00948A; }
p { color: rgb(0,148,138); }
H1.HeaderClassName
{
color: #00948A;
}
.AnyTagClassName
{
color: #00948A;
}
</style>
background-color css
<style>
a { background-color: #00948A; }
a { background-color: rgb(0,148,138); }
div.DivClassName
{
background-color: #00948A;
}
.BgClassName
{
background-color: #00948A;
}
</style>
border-color css
<style>
span { border-color: #00948A; }
span { border-color: rgb(0,148,138); }
td.TdClassName
{
border-color: #00948A;
}
.TagClassName
{
border-color: #00948A;
}
</style>