Shades of Dark Cyan #00848C
Tints of Dark Cyan #00848C
RGB
CMYK
RGB Variations
Color information
#00848C (or 0x00848C) is known color: Dark Cyan. HEX triplet: 00, 84 and 8C. RGB value is (0,132,140). Sum of RGB (Red+Green+Blue) = 0+132+140=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #00848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00848C is #FF7B73. Grayscale: #5D5D5D. Windows color (decimal): -16743284 or 9208832. OLE color: 9208832.
HSL color Cylindrical-coordinate representation of color #00848C: hue angle of 183.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00848C is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 132 | 140 | - |
| CMYK | 1 | 0.06 | 0 | 0.45 |
| HSL | 183.43º | 1% | 0.27% | - |
| HSV(B) | 183.43º | 1% | 0.55% | - |
| XYZ | 12.98 | 18.4 | 27.68 | - |
| YUV | 93.44 | 154.27 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 140 | 1 | 0.06 | 0 | 0.45 | 183.43 | 1 | 0.27 |
| Hex | 0 | 84 | 8C | 64 | 6 | 0 | 2D | B7 | 64 | 1B |
| Octal | 0 | 204 | 214 | 144 | 6 | 0 | 55 | 267 | 144 | 33 |
| Binary | 0 | 10000100 | 10001100 | 1100100 | 110 | 0 | 101101 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00848C
Complementary color
Monochromatic Colors of #00848C
Black with #00848C
Text Example
Text Example
White with #00848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00848C; }
p { color: rgb(0,132,140); }
H1.HeaderClassName
{
color: #00848C;
}
.AnyTagClassName
{
color: #00848C;
}
</style>
background-color css
<style>
a { background-color: #00848C; }
a { background-color: rgb(0,132,140); }
div.DivClassName
{
background-color: #00848C;
}
.BgClassName
{
background-color: #00848C;
}
</style>
border-color css
<style>
span { border-color: #00848C; }
span { border-color: rgb(0,132,140); }
td.TdClassName
{
border-color: #00848C;
}
.TagClassName
{
border-color: #00848C;
}
</style>