Shades of Jungle Mist #9ABEBF
Tints of Jungle Mist #9ABEBF
RGB
CMYK
RGB Variations
Color information
#9ABEBF (or 0x9ABEBF) is known color: Jungle Mist. HEX triplet: 9A, BE and BF. RGB value is (154,190,191). Sum of RGB (Red+Green+Blue) = 154+190+191=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9ABEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEBF is #654140. Grayscale: #B3B3B3. Windows color (decimal): -6635841 or 12566170. OLE color: 12566170.
HSL color Cylindrical-coordinate representation of color #9ABEBF: hue angle of 181.62º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEBF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 191 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 181.62º | 0.22% | 0.68% | - |
| HSV(B) | 181.62º | 0.19% | 0.75% | - |
| XYZ | 41.14 | 47.46 | 56.28 | - |
| YUV | 179.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 191 | 0.19 | 0.01 | 0 | 0.25 | 181.62 | 0.22 | 0.68 |
| Hex | 9A | BE | BF | 13 | 1 | 0 | 19 | B6 | 16 | 44 |
| Octal | 232 | 276 | 277 | 23 | 1 | 0 | 31 | 266 | 26 | 104 |
| Binary | 10011010 | 10111110 | 10111111 | 10011 | 1 | 0 | 11001 | 10110110 | 10110 | 1000100 |
Color Harmonies of #9ABEBF
Complementary color
Monochromatic Colors of #9ABEBF
Black with #9ABEBF
Text Example
Text Example
White with #9ABEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEBF; }
p { color: rgb(154,190,191); }
H1.HeaderClassName
{
color: #9ABEBF;
}
.AnyTagClassName
{
color: #9ABEBF;
}
</style>
background-color css
<style>
a { background-color: #9ABEBF; }
a { background-color: rgb(154,190,191); }
div.DivClassName
{
background-color: #9ABEBF;
}
.BgClassName
{
background-color: #9ABEBF;
}
</style>
border-color css
<style>
span { border-color: #9ABEBF; }
span { border-color: rgb(154,190,191); }
td.TdClassName
{
border-color: #9ABEBF;
}
.TagClassName
{
border-color: #9ABEBF;
}
</style>