Shades of Dark Cyan #088B90
Tints of Dark Cyan #088B90
RGB
CMYK
RGB Variations
Color information
#088B90 (or 0x088B90) is known color: Dark Cyan. HEX triplet: 08, 8B and 90. RGB value is (8,139,144). Sum of RGB (Red+Green+Blue) = 8+139+144=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #088B90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B90 is #F7746F. Grayscale: #646464. Windows color (decimal): -16217200 or 9472776. OLE color: 9472776.
HSL color Cylindrical-coordinate representation of color #088B90: hue angle of 182.21º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B90 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 139 | 144 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.44 |
| HSL | 182.21º | 0.89% | 0.3% | - |
| HSV(B) | 182.21º | 0.94% | 0.56% | - |
| XYZ | 14.37 | 20.53 | 29.59 | - |
| YUV | 100.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 144 | 0.94 | 0.03 | 0 | 0.44 | 182.21 | 0.89 | 0.3 |
| Hex | 8 | 8B | 90 | 5E | 3 | 0 | 2C | B6 | 59 | 1E |
| Octal | 10 | 213 | 220 | 136 | 3 | 0 | 54 | 266 | 131 | 36 |
| Binary | 1000 | 10001011 | 10010000 | 1011110 | 11 | 0 | 101100 | 10110110 | 1011001 | 11110 |
Color Harmonies of #088B90
Complementary color
Monochromatic Colors of #088B90
Black with #088B90
Text Example
Text Example
White with #088B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B90; }
p { color: rgb(8,139,144); }
H1.HeaderClassName
{
color: #088B90;
}
.AnyTagClassName
{
color: #088B90;
}
</style>
background-color css
<style>
a { background-color: #088B90; }
a { background-color: rgb(8,139,144); }
div.DivClassName
{
background-color: #088B90;
}
.BgClassName
{
background-color: #088B90;
}
</style>
border-color css
<style>
span { border-color: #088B90; }
span { border-color: rgb(8,139,144); }
td.TdClassName
{
border-color: #088B90;
}
.TagClassName
{
border-color: #088B90;
}
</style>