Shades of Dark Cyan #008388
Tints of Dark Cyan #008388
RGB
CMYK
RGB Variations
Color information
#008388 (or 0x008388) is known color: Dark Cyan. HEX triplet: 00, 83 and 88. RGB value is (0,131,136). Sum of RGB (Red+Green+Blue) = 0+131+136=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #008388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008388 is #FF7C77. Grayscale: #5C5C5C. Windows color (decimal): -16743544 or 8946432. OLE color: 8946432.
HSL color Cylindrical-coordinate representation of color #008388: hue angle of 182.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008388 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 131 | 136 | - |
| CMYK | 1 | 0.04 | 0 | 0.47 |
| HSL | 182.21º | 1% | 0.27% | - |
| HSV(B) | 182.21º | 1% | 0.53% | - |
| XYZ | 12.56 | 18.01 | 26.11 | - |
| YUV | 92.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 136 | 1 | 0.04 | 0 | 0.47 | 182.21 | 1 | 0.27 |
| Hex | 0 | 83 | 88 | 64 | 4 | 0 | 2F | B6 | 64 | 1B |
| Octal | 0 | 203 | 210 | 144 | 4 | 0 | 57 | 266 | 144 | 33 |
| Binary | 0 | 10000011 | 10001000 | 1100100 | 100 | 0 | 101111 | 10110110 | 1100100 | 11011 |
Color Harmonies of #008388
Complementary color
Monochromatic Colors of #008388
Black with #008388
Text Example
Text Example
White with #008388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008388; }
p { color: rgb(0,131,136); }
H1.HeaderClassName
{
color: #008388;
}
.AnyTagClassName
{
color: #008388;
}
</style>
background-color css
<style>
a { background-color: #008388; }
a { background-color: rgb(0,131,136); }
div.DivClassName
{
background-color: #008388;
}
.BgClassName
{
background-color: #008388;
}
</style>
border-color css
<style>
span { border-color: #008388; }
span { border-color: rgb(0,131,136); }
td.TdClassName
{
border-color: #008388;
}
.TagClassName
{
border-color: #008388;
}
</style>