Shades of Jungle Mist #AFC2C1
Tints of Jungle Mist #AFC2C1
RGB
CMYK
RGB Variations
Color information
#AFC2C1 (or 0xAFC2C1) is known color: Jungle Mist. HEX triplet: AF, C2 and C1. RGB value is (175,194,193). Sum of RGB (Red+Green+Blue) = 175+194+193=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2C1 is #503D3E. Grayscale: #BCBCBC. Windows color (decimal): -5258559 or 12698287. OLE color: 12698287.
HSL color Cylindrical-coordinate representation of color #AFC2C1: hue angle of 176.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2C1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 193 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.24 |
| HSL | 176.84º | 0.13% | 0.72% | - |
| HSV(B) | 176.84º | 0.1% | 0.76% | - |
| XYZ | 46.6 | 51.55 | 57.95 | - |
| YUV | 188.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 193 | 0.10 | 0 | 0.01 | 0.24 | 176.84 | 0.13 | 0.72 |
| Hex | AF | C2 | C1 | A | 0 | 1 | 18 | B1 | D | 48 |
| Octal | 257 | 302 | 301 | 12 | 0 | 1 | 30 | 261 | 15 | 110 |
| Binary | 10101111 | 11000010 | 11000001 | 1010 | 0 | 1 | 11000 | 10110001 | 1101 | 1001000 |
Color Harmonies of #AFC2C1
Complementary color
Monochromatic Colors of #AFC2C1
Black with #AFC2C1
Text Example
Text Example
White with #AFC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2C1; }
p { color: rgb(175,194,193); }
H1.HeaderClassName
{
color: #AFC2C1;
}
.AnyTagClassName
{
color: #AFC2C1;
}
</style>
background-color css
<style>
a { background-color: #AFC2C1; }
a { background-color: rgb(175,194,193); }
div.DivClassName
{
background-color: #AFC2C1;
}
.BgClassName
{
background-color: #AFC2C1;
}
</style>
border-color css
<style>
span { border-color: #AFC2C1; }
span { border-color: rgb(175,194,193); }
td.TdClassName
{
border-color: #AFC2C1;
}
.TagClassName
{
border-color: #AFC2C1;
}
</style>