Shades of Jungle Mist #9ABEBE
Tints of Jungle Mist #9ABEBE
RGB
CMYK
RGB Variations
Color information
#9ABEBE (or 0x9ABEBE) is known color: Jungle Mist. HEX triplet: 9A, BE and BE. RGB value is (154,190,190). Sum of RGB (Red+Green+Blue) = 154+190+190=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #9ABEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEBE is #654141. Grayscale: #B3B3B3. Windows color (decimal): -6635842 or 12500634. OLE color: 12500634.
HSL color Cylindrical-coordinate representation of color #9ABEBE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEBE is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 190 | - |
| CMYK | 0.19 | 0 | 0 | 0.25 |
| HSL | 180º | 0.22% | 0.67% | - |
| HSV(B) | 180º | 0.19% | 0.75% | - |
| XYZ | 41.03 | 47.41 | 55.7 | - |
| YUV | 179.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 190 | 0.19 | 0 | 0 | 0.25 | 180 | 0.22 | 0.67 |
| Hex | 9A | BE | BE | 13 | 0 | 0 | 19 | B4 | 16 | 43 |
| Octal | 232 | 276 | 276 | 23 | 0 | 0 | 31 | 264 | 26 | 103 |
| Binary | 10011010 | 10111110 | 10111110 | 10011 | 0 | 0 | 11001 | 10110100 | 10110 | 1000011 |
Color Harmonies of #9ABEBE
Complementary color
Monochromatic Colors of #9ABEBE
Black with #9ABEBE
Text Example
Text Example
White with #9ABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEBE; }
p { color: rgb(154,190,190); }
H1.HeaderClassName
{
color: #9ABEBE;
}
.AnyTagClassName
{
color: #9ABEBE;
}
</style>
background-color css
<style>
a { background-color: #9ABEBE; }
a { background-color: rgb(154,190,190); }
div.DivClassName
{
background-color: #9ABEBE;
}
.BgClassName
{
background-color: #9ABEBE;
}
</style>
border-color css
<style>
span { border-color: #9ABEBE; }
span { border-color: rgb(154,190,190); }
td.TdClassName
{
border-color: #9ABEBE;
}
.TagClassName
{
border-color: #9ABEBE;
}
</style>