Shades of Dark Cyan #00818E
Tints of Dark Cyan #00818E
RGB
CMYK
RGB Variations
Color information
#00818E (or 0x00818E) is known color: Dark Cyan. HEX triplet: 00, 81 and 8E. RGB value is (0,129,142). Sum of RGB (Red+Green+Blue) = 0+129+142=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #00818E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00818E is #FF7E71. Grayscale: #5B5B5B. Windows color (decimal): -16744050 or 9339136. OLE color: 9339136.
HSL color Cylindrical-coordinate representation of color #00818E: hue angle of 185.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00818E is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 129 | 142 | - |
| CMYK | 1 | 0.09 | 0 | 0.44 |
| HSL | 185.49º | 1% | 0.28% | - |
| HSV(B) | 185.49º | 1% | 0.56% | - |
| XYZ | 12.73 | 17.65 | 28.33 | - |
| YUV | 91.91 | 156.26 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 142 | 1 | 0.09 | 0 | 0.44 | 185.49 | 1 | 0.28 |
| Hex | 0 | 81 | 8E | 64 | 9 | 0 | 2C | B9 | 64 | 1C |
| Octal | 0 | 201 | 216 | 144 | 11 | 0 | 54 | 271 | 144 | 34 |
| Binary | 0 | 10000001 | 10001110 | 1100100 | 1001 | 0 | 101100 | 10111001 | 1100100 | 11100 |
Color Harmonies of #00818E
Complementary color
Monochromatic Colors of #00818E
Black with #00818E
Text Example
Text Example
White with #00818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00818E; }
p { color: rgb(0,129,142); }
H1.HeaderClassName
{
color: #00818E;
}
.AnyTagClassName
{
color: #00818E;
}
</style>
background-color css
<style>
a { background-color: #00818E; }
a { background-color: rgb(0,129,142); }
div.DivClassName
{
background-color: #00818E;
}
.BgClassName
{
background-color: #00818E;
}
</style>
border-color css
<style>
span { border-color: #00818E; }
span { border-color: rgb(0,129,142); }
td.TdClassName
{
border-color: #00818E;
}
.TagClassName
{
border-color: #00818E;
}
</style>