Shades of Dark Cyan #00838D
Tints of Dark Cyan #00838D
RGB
CMYK
RGB Variations
Color information
#00838D (or 0x00838D) is known color: Dark Cyan. HEX triplet: 00, 83 and 8D. RGB value is (0,131,141). Sum of RGB (Red+Green+Blue) = 0+131+141=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #00838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00838D is #FF7C72. Grayscale: #5C5C5C. Windows color (decimal): -16743539 or 9274112. OLE color: 9274112.
HSL color Cylindrical-coordinate representation of color #00838D: hue angle of 184.26º 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 #00838D is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 131 | 141 | - |
| CMYK | 1 | 0.07 | 0 | 0.45 |
| HSL | 184.26º | 1% | 0.28% | - |
| HSV(B) | 184.26º | 1% | 0.55% | - |
| XYZ | 12.92 | 18.16 | 28.02 | - |
| YUV | 92.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 141 | 1 | 0.07 | 0 | 0.45 | 184.26 | 1 | 0.28 |
| Hex | 0 | 83 | 8D | 64 | 7 | 0 | 2D | B8 | 64 | 1C |
| Octal | 0 | 203 | 215 | 144 | 7 | 0 | 55 | 270 | 144 | 34 |
| Binary | 0 | 10000011 | 10001101 | 1100100 | 111 | 0 | 101101 | 10111000 | 1100100 | 11100 |
Color Harmonies of #00838D
Complementary color
Monochromatic Colors of #00838D
Black with #00838D
Text Example
Text Example
White with #00838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00838D; }
p { color: rgb(0,131,141); }
H1.HeaderClassName
{
color: #00838D;
}
.AnyTagClassName
{
color: #00838D;
}
</style>
background-color css
<style>
a { background-color: #00838D; }
a { background-color: rgb(0,131,141); }
div.DivClassName
{
background-color: #00838D;
}
.BgClassName
{
background-color: #00838D;
}
</style>
border-color css
<style>
span { border-color: #00838D; }
span { border-color: rgb(0,131,141); }
td.TdClassName
{
border-color: #00838D;
}
.TagClassName
{
border-color: #00838D;
}
</style>