Shades of Teal #097F88
Tints of Teal #097F88
RGB
CMYK
RGB Variations
Color information
#097F88 (or 0x097F88) is known color: Teal. HEX triplet: 09, 7F and 88. RGB value is (9,127,136). Sum of RGB (Red+Green+Blue) = 9+127+136=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #097F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F88 is #F68077. Grayscale: #5C5C5C. Windows color (decimal): -16154744 or 8945417. OLE color: 8945417.
HSL color Cylindrical-coordinate representation of color #097F88: hue angle of 184.25º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097F88 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 127 | 136 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.47 |
| HSL | 184.25º | 0.88% | 0.28% | - |
| HSV(B) | 184.25º | 0.93% | 0.53% | - |
| XYZ | 12.15 | 17.01 | 25.94 | - |
| YUV | 92.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 136 | 0.93 | 0.07 | 0 | 0.47 | 184.25 | 0.88 | 0.28 |
| Hex | 9 | 7F | 88 | 5D | 7 | 0 | 2F | B8 | 58 | 1C |
| Octal | 11 | 177 | 210 | 135 | 7 | 0 | 57 | 270 | 130 | 34 |
| Binary | 1001 | 1111111 | 10001000 | 1011101 | 111 | 0 | 101111 | 10111000 | 1011000 | 11100 |
Color Harmonies of #097F88
Complementary color
Monochromatic Colors of #097F88
Black with #097F88
Text Example
Text Example
White with #097F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097F88; }
p { color: rgb(9,127,136); }
H1.HeaderClassName
{
color: #097F88;
}
.AnyTagClassName
{
color: #097F88;
}
</style>
background-color css
<style>
a { background-color: #097F88; }
a { background-color: rgb(9,127,136); }
div.DivClassName
{
background-color: #097F88;
}
.BgClassName
{
background-color: #097F88;
}
</style>
border-color css
<style>
span { border-color: #097F88; }
span { border-color: rgb(9,127,136); }
td.TdClassName
{
border-color: #097F88;
}
.TagClassName
{
border-color: #097F88;
}
</style>