Shades of Delta #98A18E
Tints of Delta #98A18E
RGB
CMYK
RGB Variations
Color information
#98A18E (or 0x98A18E) is known color: Delta. HEX triplet: 98, A1 and 8E. RGB value is (152,161,142). Sum of RGB (Red+Green+Blue) = 152+161+142=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #98A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A18E is #675E71. Grayscale: #9C9C9C. Windows color (decimal): -6774386 or 9347480. OLE color: 9347480.
HSL color Cylindrical-coordinate representation of color #98A18E: hue angle of 88.42º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98A18E is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 161 | 142 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.37 |
| HSL | 88.42º | 0.09% | 0.59% | - |
| HSV(B) | 88.42º | 0.12% | 0.63% | - |
| XYZ | 30.58 | 34.12 | 30.57 | - |
| YUV | 156.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 142 | 0.06 | 0 | 0.12 | 0.37 | 88.42 | 0.09 | 0.59 |
| Hex | 98 | A1 | 8E | 6 | 0 | C | 25 | 58 | 9 | 3B |
| Octal | 230 | 241 | 216 | 6 | 0 | 14 | 45 | 130 | 11 | 73 |
| Binary | 10011000 | 10100001 | 10001110 | 110 | 0 | 1100 | 100101 | 1011000 | 1001 | 111011 |
Color Harmonies of #98A18E
Complementary color
Monochromatic Colors of #98A18E
Black with #98A18E
Text Example
Text Example
White with #98A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A18E; }
p { color: rgb(152,161,142); }
H1.HeaderClassName
{
color: #98A18E;
}
.AnyTagClassName
{
color: #98A18E;
}
</style>
background-color css
<style>
a { background-color: #98A18E; }
a { background-color: rgb(152,161,142); }
div.DivClassName
{
background-color: #98A18E;
}
.BgClassName
{
background-color: #98A18E;
}
</style>
border-color css
<style>
span { border-color: #98A18E; }
span { border-color: rgb(152,161,142); }
td.TdClassName
{
border-color: #98A18E;
}
.TagClassName
{
border-color: #98A18E;
}
</style>