Shades of Dark Cyan #048A93
Tints of Dark Cyan #048A93
RGB
CMYK
RGB Variations
Color information
#048A93 (or 0x048A93) is known color: Dark Cyan. HEX triplet: 04, 8A and 93. RGB value is (4,138,147). Sum of RGB (Red+Green+Blue) = 4+138+147=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #048A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048A93 is #FB756C. Grayscale: #626262. Windows color (decimal): -16479597 or 9669124. OLE color: 9669124.
HSL color Cylindrical-coordinate representation of color #048A93: hue angle of 183.78º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048A93 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 138 | 147 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.42 |
| HSL | 183.78º | 0.95% | 0.3% | - |
| HSV(B) | 183.78º | 0.97% | 0.58% | - |
| XYZ | 14.41 | 20.31 | 30.76 | - |
| YUV | 98.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 147 | 0.97 | 0.06 | 0 | 0.42 | 183.78 | 0.95 | 0.3 |
| Hex | 4 | 8A | 93 | 61 | 6 | 0 | 2A | B8 | 5F | 1E |
| Octal | 4 | 212 | 223 | 141 | 6 | 0 | 52 | 270 | 137 | 36 |
| Binary | 100 | 10001010 | 10010011 | 1100001 | 110 | 0 | 101010 | 10111000 | 1011111 | 11110 |
Color Harmonies of #048A93
Complementary color
Monochromatic Colors of #048A93
Black with #048A93
Text Example
Text Example
White with #048A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048A93; }
p { color: rgb(4,138,147); }
H1.HeaderClassName
{
color: #048A93;
}
.AnyTagClassName
{
color: #048A93;
}
</style>
background-color css
<style>
a { background-color: #048A93; }
a { background-color: rgb(4,138,147); }
div.DivClassName
{
background-color: #048A93;
}
.BgClassName
{
background-color: #048A93;
}
</style>
border-color css
<style>
span { border-color: #048A93; }
span { border-color: rgb(4,138,147); }
td.TdClassName
{
border-color: #048A93;
}
.TagClassName
{
border-color: #048A93;
}
</style>