Shades of Dark Cyan #089792
Tints of Dark Cyan #089792
RGB
CMYK
RGB Variations
Color information
#089792 (or 0x089792) is known color: Dark Cyan. HEX triplet: 08, 97 and 92. RGB value is (8,151,146). Sum of RGB (Red+Green+Blue) = 8+151+146=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #089792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089792 is #F7686D. Grayscale: #6B6B6B. Windows color (decimal): -16214126 or 9606920. OLE color: 9606920.
HSL color Cylindrical-coordinate representation of color #089792: hue angle of 177.9º 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 #089792 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 151 | 146 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.41 |
| HSL | 177.9º | 0.9% | 0.31% | - |
| HSV(B) | 177.9º | 0.95% | 0.59% | - |
| XYZ | 16.36 | 24.26 | 31.01 | - |
| YUV | 107.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 151 | 146 | 0.95 | 0 | 0.03 | 0.41 | 177.9 | 0.9 | 0.31 |
| Hex | 8 | 97 | 92 | 5F | 0 | 3 | 29 | B2 | 5A | 1F |
| Octal | 10 | 227 | 222 | 137 | 0 | 3 | 51 | 262 | 132 | 37 |
| Binary | 1000 | 10010111 | 10010010 | 1011111 | 0 | 11 | 101001 | 10110010 | 1011010 | 11111 |
Color Harmonies of #089792
Complementary color
Monochromatic Colors of #089792
Black with #089792
Text Example
Text Example
White with #089792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089792; }
p { color: rgb(8,151,146); }
H1.HeaderClassName
{
color: #089792;
}
.AnyTagClassName
{
color: #089792;
}
</style>
background-color css
<style>
a { background-color: #089792; }
a { background-color: rgb(8,151,146); }
div.DivClassName
{
background-color: #089792;
}
.BgClassName
{
background-color: #089792;
}
</style>
border-color css
<style>
span { border-color: #089792; }
span { border-color: rgb(8,151,146); }
td.TdClassName
{
border-color: #089792;
}
.TagClassName
{
border-color: #089792;
}
</style>