Shades of Jungle Mist #AFC0BF
Tints of Jungle Mist #AFC0BF
RGB
CMYK
RGB Variations
Color information
#AFC0BF (or 0xAFC0BF) is known color: Jungle Mist. HEX triplet: AF, C0 and BF. RGB value is (175,192,191). Sum of RGB (Red+Green+Blue) = 175+192+191=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0BF is #503F40. Grayscale: #BABABA. Windows color (decimal): -5259073 or 12566703. OLE color: 12566703.
HSL color Cylindrical-coordinate representation of color #AFC0BF: hue angle of 176.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0BF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 191 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.25 |
| HSL | 176.47º | 0.12% | 0.72% | - |
| HSV(B) | 176.47º | 0.09% | 0.75% | - |
| XYZ | 45.93 | 50.57 | 56.63 | - |
| YUV | 186.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 191 | 0.09 | 0 | 0.01 | 0.25 | 176.47 | 0.12 | 0.72 |
| Hex | AF | C0 | BF | 9 | 0 | 1 | 19 | B0 | C | 48 |
| Octal | 257 | 300 | 277 | 11 | 0 | 1 | 31 | 260 | 14 | 110 |
| Binary | 10101111 | 11000000 | 10111111 | 1001 | 0 | 1 | 11001 | 10110000 | 1100 | 1001000 |
Color Harmonies of #AFC0BF
Complementary color
Monochromatic Colors of #AFC0BF
Black with #AFC0BF
Text Example
Text Example
White with #AFC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC0BF; }
p { color: rgb(175,192,191); }
H1.HeaderClassName
{
color: #AFC0BF;
}
.AnyTagClassName
{
color: #AFC0BF;
}
</style>
background-color css
<style>
a { background-color: #AFC0BF; }
a { background-color: rgb(175,192,191); }
div.DivClassName
{
background-color: #AFC0BF;
}
.BgClassName
{
background-color: #AFC0BF;
}
</style>
border-color css
<style>
span { border-color: #AFC0BF; }
span { border-color: rgb(175,192,191); }
td.TdClassName
{
border-color: #AFC0BF;
}
.TagClassName
{
border-color: #AFC0BF;
}
</style>