Shades of Dark Cyan #00848B
Tints of Dark Cyan #00848B
RGB
CMYK
RGB Variations
Color information
#00848B (or 0x00848B) is known color: Dark Cyan. HEX triplet: 00, 84 and 8B. RGB value is (0,132,139). Sum of RGB (Red+Green+Blue) = 0+132+139=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #00848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00848B is #FF7B74. Grayscale: #5D5D5D. Windows color (decimal): -16743285 or 9143296. OLE color: 9143296.
HSL color Cylindrical-coordinate representation of color #00848B: hue angle of 183.02º 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 #00848B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 132 | 139 | - |
| CMYK | 1 | 0.05 | 0 | 0.45 |
| HSL | 183.02º | 1% | 0.27% | - |
| HSV(B) | 183.02º | 1% | 0.55% | - |
| XYZ | 12.91 | 18.37 | 27.29 | - |
| YUV | 93.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 139 | 1 | 0.05 | 0 | 0.45 | 183.02 | 1 | 0.27 |
| Hex | 0 | 84 | 8B | 64 | 5 | 0 | 2D | B7 | 64 | 1B |
| Octal | 0 | 204 | 213 | 144 | 5 | 0 | 55 | 267 | 144 | 33 |
| Binary | 0 | 10000100 | 10001011 | 1100100 | 101 | 0 | 101101 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00848B
Complementary color
Monochromatic Colors of #00848B
Black with #00848B
Text Example
Text Example
White with #00848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00848B; }
p { color: rgb(0,132,139); }
H1.HeaderClassName
{
color: #00848B;
}
.AnyTagClassName
{
color: #00848B;
}
</style>
background-color css
<style>
a { background-color: #00848B; }
a { background-color: rgb(0,132,139); }
div.DivClassName
{
background-color: #00848B;
}
.BgClassName
{
background-color: #00848B;
}
</style>
border-color css
<style>
span { border-color: #00848B; }
span { border-color: rgb(0,132,139); }
td.TdClassName
{
border-color: #00848B;
}
.TagClassName
{
border-color: #00848B;
}
</style>