Shades of Jungle Mist #AFC0C3
Tints of Jungle Mist #AFC0C3
RGB
CMYK
RGB Variations
Color information
#AFC0C3 (or 0xAFC0C3) is known color: Jungle Mist. HEX triplet: AF, C0 and C3. RGB value is (175,192,195). Sum of RGB (Red+Green+Blue) = 175+192+195=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFC0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C3 is #503F3C. Grayscale: #BBBBBB. Windows color (decimal): -5259069 or 12828847. OLE color: 12828847.
HSL color Cylindrical-coordinate representation of color #AFC0C3: hue angle of 189º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC0C3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 192 | 195 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.24 |
| HSL | 189º | 0.14% | 0.73% | - |
| HSV(B) | 189º | 0.1% | 0.76% | - |
| XYZ | 46.38 | 50.75 | 58.98 | - |
| YUV | 187.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 195 | 0.10 | 0.02 | 0 | 0.24 | 189 | 0.14 | 0.73 |
| Hex | AF | C0 | C3 | A | 2 | 0 | 18 | BD | E | 49 |
| Octal | 257 | 300 | 303 | 12 | 2 | 0 | 30 | 275 | 16 | 111 |
| Binary | 10101111 | 11000000 | 11000011 | 1010 | 10 | 0 | 11000 | 10111101 | 1110 | 1001001 |
Color Harmonies of #AFC0C3
Complementary color
Monochromatic Colors of #AFC0C3
Black with #AFC0C3
Text Example
Text Example
White with #AFC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0C3; }
p { color: rgb(175,192,195); }
H1.HeaderClassName
{
color: #AFC0C3;
}
.AnyTagClassName
{
color: #AFC0C3;
}
</style>
background-color css
<style>
a { background-color: #AFC0C3; }
a { background-color: rgb(175,192,195); }
div.DivClassName
{
background-color: #AFC0C3;
}
.BgClassName
{
background-color: #AFC0C3;
}
</style>
border-color css
<style>
span { border-color: #AFC0C3; }
span { border-color: rgb(175,192,195); }
td.TdClassName
{
border-color: #AFC0C3;
}
.TagClassName
{
border-color: #AFC0C3;
}
</style>