Shades of Dark Cyan #089683
Tints of Dark Cyan #089683
RGB
CMYK
RGB Variations
Color information
#089683 (or 0x089683) is known color: Dark Cyan. HEX triplet: 08, 96 and 83. RGB value is (8,150,131). Sum of RGB (Red+Green+Blue) = 8+150+131=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #089683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089683 is #F7697C. Grayscale: #696969. Windows color (decimal): -16214397 or 8623624. OLE color: 8623624.
HSL color Cylindrical-coordinate representation of color #089683: hue angle of 171.97º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089683 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 150 | 131 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.41 |
| HSL | 171.97º | 0.9% | 0.31% | - |
| HSV(B) | 171.97º | 0.95% | 0.59% | - |
| XYZ | 15.1 | 23.5 | 25.21 | - |
| YUV | 105.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 131 | 0.95 | 0 | 0.13 | 0.41 | 171.97 | 0.9 | 0.31 |
| Hex | 8 | 96 | 83 | 5F | 0 | D | 29 | AC | 5A | 1F |
| Octal | 10 | 226 | 203 | 137 | 0 | 15 | 51 | 254 | 132 | 37 |
| Binary | 1000 | 10010110 | 10000011 | 1011111 | 0 | 1101 | 101001 | 10101100 | 1011010 | 11111 |
Color Harmonies of #089683
Complementary color
Monochromatic Colors of #089683
Black with #089683
Text Example
Text Example
White with #089683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089683; }
p { color: rgb(8,150,131); }
H1.HeaderClassName
{
color: #089683;
}
.AnyTagClassName
{
color: #089683;
}
</style>
background-color css
<style>
a { background-color: #089683; }
a { background-color: rgb(8,150,131); }
div.DivClassName
{
background-color: #089683;
}
.BgClassName
{
background-color: #089683;
}
</style>
border-color css
<style>
span { border-color: #089683; }
span { border-color: rgb(8,150,131); }
td.TdClassName
{
border-color: #089683;
}
.TagClassName
{
border-color: #089683;
}
</style>