Shades of Dark Cyan #00848D
Tints of Dark Cyan #00848D
RGB
CMYK
RGB Variations
Color information
#00848D (or 0x00848D) is known color: Dark Cyan. HEX triplet: 00, 84 and 8D. RGB value is (0,132,141). Sum of RGB (Red+Green+Blue) = 0+132+141=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #00848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00848D is #FF7B72. Grayscale: #5D5D5D. Windows color (decimal): -16743283 or 9274368. OLE color: 9274368.
HSL color Cylindrical-coordinate representation of color #00848D: hue angle of 183.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00848D is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 132 | 141 | - |
| CMYK | 1 | 0.06 | 0 | 0.45 |
| HSL | 183.83º | 1% | 0.28% | - |
| HSV(B) | 183.83º | 1% | 0.55% | - |
| XYZ | 13.06 | 18.43 | 28.07 | - |
| YUV | 93.56 | 154.77 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 141 | 1 | 0.06 | 0 | 0.45 | 183.83 | 1 | 0.28 |
| Hex | 0 | 84 | 8D | 64 | 6 | 0 | 2D | B8 | 64 | 1C |
| Octal | 0 | 204 | 215 | 144 | 6 | 0 | 55 | 270 | 144 | 34 |
| Binary | 0 | 10000100 | 10001101 | 1100100 | 110 | 0 | 101101 | 10111000 | 1100100 | 11100 |
Color Harmonies of #00848D
Complementary color
Monochromatic Colors of #00848D
Black with #00848D
Text Example
Text Example
White with #00848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00848D; }
p { color: rgb(0,132,141); }
H1.HeaderClassName
{
color: #00848D;
}
.AnyTagClassName
{
color: #00848D;
}
</style>
background-color css
<style>
a { background-color: #00848D; }
a { background-color: rgb(0,132,141); }
div.DivClassName
{
background-color: #00848D;
}
.BgClassName
{
background-color: #00848D;
}
</style>
border-color css
<style>
span { border-color: #00848D; }
span { border-color: rgb(0,132,141); }
td.TdClassName
{
border-color: #00848D;
}
.TagClassName
{
border-color: #00848D;
}
</style>