Shades of Dark Cyan #088289
Tints of Dark Cyan #088289
RGB
CMYK
RGB Variations
Color information
#088289 (or 0x088289) is known color: Dark Cyan. HEX triplet: 08, 82 and 89. RGB value is (8,130,137). Sum of RGB (Red+Green+Blue) = 8+130+137=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #088289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088289 is #F77D76. Grayscale: #5E5E5E. Windows color (decimal): -16219511 or 9011720. OLE color: 9011720.
HSL color Cylindrical-coordinate representation of color #088289: hue angle of 183.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088289 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 130 | 137 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.46 |
| HSL | 183.26º | 0.89% | 0.28% | - |
| HSV(B) | 183.26º | 0.94% | 0.54% | - |
| XYZ | 12.6 | 17.82 | 26.44 | - |
| YUV | 94.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 137 | 0.94 | 0.05 | 0 | 0.46 | 183.26 | 0.89 | 0.28 |
| Hex | 8 | 82 | 89 | 5E | 5 | 0 | 2E | B7 | 59 | 1C |
| Octal | 10 | 202 | 211 | 136 | 5 | 0 | 56 | 267 | 131 | 34 |
| Binary | 1000 | 10000010 | 10001001 | 1011110 | 101 | 0 | 101110 | 10110111 | 1011001 | 11100 |
Color Harmonies of #088289
Complementary color
Monochromatic Colors of #088289
Black with #088289
Text Example
Text Example
White with #088289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088289; }
p { color: rgb(8,130,137); }
H1.HeaderClassName
{
color: #088289;
}
.AnyTagClassName
{
color: #088289;
}
</style>
background-color css
<style>
a { background-color: #088289; }
a { background-color: rgb(8,130,137); }
div.DivClassName
{
background-color: #088289;
}
.BgClassName
{
background-color: #088289;
}
</style>
border-color css
<style>
span { border-color: #088289; }
span { border-color: rgb(8,130,137); }
td.TdClassName
{
border-color: #088289;
}
.TagClassName
{
border-color: #088289;
}
</style>