Shades of Delta #97A08A
Tints of Delta #97A08A
RGB
CMYK
RGB Variations
Color information
#97A08A (or 0x97A08A) is known color: Delta. HEX triplet: 97, A0 and 8A. RGB value is (151,160,138). Sum of RGB (Red+Green+Blue) = 151+160+138=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #97A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A08A is #685F75. Grayscale: #9A9A9A. Windows color (decimal): -6840182 or 9085079. OLE color: 9085079.
HSL color Cylindrical-coordinate representation of color #97A08A: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97A08A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 160 | 138 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.37 |
| HSL | 84.55º | 0.1% | 0.58% | - |
| HSV(B) | 84.55º | 0.14% | 0.63% | - |
| XYZ | 29.92 | 33.56 | 28.94 | - |
| YUV | 154.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 160 | 138 | 0.06 | 0 | 0.14 | 0.37 | 84.55 | 0.1 | 0.58 |
| Hex | 97 | A0 | 8A | 6 | 0 | E | 25 | 55 | A | 3A |
| Octal | 227 | 240 | 212 | 6 | 0 | 16 | 45 | 125 | 12 | 72 |
| Binary | 10010111 | 10100000 | 10001010 | 110 | 0 | 1110 | 100101 | 1010101 | 1010 | 111010 |
Color Harmonies of #97A08A
Complementary color
Monochromatic Colors of #97A08A
Black with #97A08A
Text Example
Text Example
White with #97A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A08A; }
p { color: rgb(151,160,138); }
H1.HeaderClassName
{
color: #97A08A;
}
.AnyTagClassName
{
color: #97A08A;
}
</style>
background-color css
<style>
a { background-color: #97A08A; }
a { background-color: rgb(151,160,138); }
div.DivClassName
{
background-color: #97A08A;
}
.BgClassName
{
background-color: #97A08A;
}
</style>
border-color css
<style>
span { border-color: #97A08A; }
span { border-color: rgb(151,160,138); }
td.TdClassName
{
border-color: #97A08A;
}
.TagClassName
{
border-color: #97A08A;
}
</style>