Shades of Dark Cyan #00838B
Tints of Dark Cyan #00838B
RGB
CMYK
RGB Variations
Color information
#00838B (or 0x00838B) is known color: Dark Cyan. HEX triplet: 00, 83 and 8B. RGB value is (0,131,139). Sum of RGB (Red+Green+Blue) = 0+131+139=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #00838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00838B is #FF7C74. Grayscale: #5C5C5C. Windows color (decimal): -16743541 or 9143040. OLE color: 9143040.
HSL color Cylindrical-coordinate representation of color #00838B: hue angle of 183.45º 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 #00838B is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 131 | 139 | - |
| CMYK | 1 | 0.06 | 0 | 0.45 |
| HSL | 183.45º | 1% | 0.27% | - |
| HSV(B) | 183.45º | 1% | 0.55% | - |
| XYZ | 12.78 | 18.1 | 27.25 | - |
| YUV | 92.74 | 154.1 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 139 | 1 | 0.06 | 0 | 0.45 | 183.45 | 1 | 0.27 |
| Hex | 0 | 83 | 8B | 64 | 6 | 0 | 2D | B7 | 64 | 1B |
| Octal | 0 | 203 | 213 | 144 | 6 | 0 | 55 | 267 | 144 | 33 |
| Binary | 0 | 10000011 | 10001011 | 1100100 | 110 | 0 | 101101 | 10110111 | 1100100 | 11011 |
Color Harmonies of #00838B
Complementary color
Monochromatic Colors of #00838B
Black with #00838B
Text Example
Text Example
White with #00838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00838B; }
p { color: rgb(0,131,139); }
H1.HeaderClassName
{
color: #00838B;
}
.AnyTagClassName
{
color: #00838B;
}
</style>
background-color css
<style>
a { background-color: #00838B; }
a { background-color: rgb(0,131,139); }
div.DivClassName
{
background-color: #00838B;
}
.BgClassName
{
background-color: #00838B;
}
</style>
border-color css
<style>
span { border-color: #00838B; }
span { border-color: rgb(0,131,139); }
td.TdClassName
{
border-color: #00838B;
}
.TagClassName
{
border-color: #00838B;
}
</style>