Shades of Jungle Mist #9AC2C1
Tints of Jungle Mist #9AC2C1
RGB
CMYK
RGB Variations
Color information
#9AC2C1 (or 0x9AC2C1) is known color: Jungle Mist. HEX triplet: 9A, C2 and C1. RGB value is (154,194,193). Sum of RGB (Red+Green+Blue) = 154+194+193=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC2C1 is #653D3E. Grayscale: #B5B5B5. Windows color (decimal): -6634815 or 12698266. OLE color: 12698266.
HSL color Cylindrical-coordinate representation of color #9AC2C1: hue angle of 178.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC2C1 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 193 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.24 |
| HSL | 178.5º | 0.25% | 0.68% | - |
| HSV(B) | 178.5º | 0.21% | 0.76% | - |
| XYZ | 42.24 | 49.3 | 57.74 | - |
| YUV | 181.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 193 | 0.21 | 0 | 0.01 | 0.24 | 178.5 | 0.25 | 0.68 |
| Hex | 9A | C2 | C1 | 15 | 0 | 1 | 18 | B2 | 19 | 44 |
| Octal | 232 | 302 | 301 | 25 | 0 | 1 | 30 | 262 | 31 | 104 |
| Binary | 10011010 | 11000010 | 11000001 | 10101 | 0 | 1 | 11000 | 10110010 | 11001 | 1000100 |
Color Harmonies of #9AC2C1
Complementary color
Monochromatic Colors of #9AC2C1
Black with #9AC2C1
Text Example
Text Example
White with #9AC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2C1; }
p { color: rgb(154,194,193); }
H1.HeaderClassName
{
color: #9AC2C1;
}
.AnyTagClassName
{
color: #9AC2C1;
}
</style>
background-color css
<style>
a { background-color: #9AC2C1; }
a { background-color: rgb(154,194,193); }
div.DivClassName
{
background-color: #9AC2C1;
}
.BgClassName
{
background-color: #9AC2C1;
}
</style>
border-color css
<style>
span { border-color: #9AC2C1; }
span { border-color: rgb(154,194,193); }
td.TdClassName
{
border-color: #9AC2C1;
}
.TagClassName
{
border-color: #9AC2C1;
}
</style>