Shades of Delta #98A08A
Tints of Delta #98A08A
RGB
CMYK
RGB Variations
Color information
#98A08A (or 0x98A08A) is known color: Delta. HEX triplet: 98, A0 and 8A. RGB value is (152,160,138). Sum of RGB (Red+Green+Blue) = 152+160+138=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #98A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A08A is #675F75. Grayscale: #9B9B9B. Windows color (decimal): -6774646 or 9085080. OLE color: 9085080.
HSL color Cylindrical-coordinate representation of color #98A08A: hue angle of 81.82º 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 #98A08A is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 138 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.37 |
| HSL | 81.82º | 0.1% | 0.58% | - |
| HSV(B) | 81.82º | 0.14% | 0.63% | - |
| XYZ | 30.11 | 33.65 | 28.95 | - |
| YUV | 155.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 138 | 0.05 | 0 | 0.14 | 0.37 | 81.82 | 0.1 | 0.58 |
| Hex | 98 | A0 | 8A | 5 | 0 | E | 25 | 52 | A | 3A |
| Octal | 230 | 240 | 212 | 5 | 0 | 16 | 45 | 122 | 12 | 72 |
| Binary | 10011000 | 10100000 | 10001010 | 101 | 0 | 1110 | 100101 | 1010010 | 1010 | 111010 |
Color Harmonies of #98A08A
Complementary color
Monochromatic Colors of #98A08A
Black with #98A08A
Text Example
Text Example
White with #98A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A08A; }
p { color: rgb(152,160,138); }
H1.HeaderClassName
{
color: #98A08A;
}
.AnyTagClassName
{
color: #98A08A;
}
</style>
background-color css
<style>
a { background-color: #98A08A; }
a { background-color: rgb(152,160,138); }
div.DivClassName
{
background-color: #98A08A;
}
.BgClassName
{
background-color: #98A08A;
}
</style>
border-color css
<style>
span { border-color: #98A08A; }
span { border-color: rgb(152,160,138); }
td.TdClassName
{
border-color: #98A08A;
}
.TagClassName
{
border-color: #98A08A;
}
</style>