Shades of Jungle Mist #AFCBC9
Tints of Jungle Mist #AFCBC9
RGB
CMYK
RGB Variations
Color information
#AFCBC9 (or 0xAFCBC9) is known color: Jungle Mist. HEX triplet: AF, CB and C9. RGB value is (175,203,201). Sum of RGB (Red+Green+Blue) = 175+203+201=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBC9 is #503436. Grayscale: #C2C2C2. Windows color (decimal): -5256247 or 13224879. OLE color: 13224879.
HSL color Cylindrical-coordinate representation of color #AFCBC9: hue angle of 175.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBC9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 201 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.20 |
| HSL | 175.71º | 0.21% | 0.74% | - |
| HSV(B) | 175.71º | 0.14% | 0.8% | - |
| XYZ | 49.58 | 56.04 | 63.46 | - |
| YUV | 194.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 201 | 0.14 | 0 | 0.01 | 0.20 | 175.71 | 0.21 | 0.74 |
| Hex | AF | CB | C9 | E | 0 | 1 | 14 | B0 | 15 | 4A |
| Octal | 257 | 313 | 311 | 16 | 0 | 1 | 24 | 260 | 25 | 112 |
| Binary | 10101111 | 11001011 | 11001001 | 1110 | 0 | 1 | 10100 | 10110000 | 10101 | 1001010 |
Color Harmonies of #AFCBC9
Complementary color
Monochromatic Colors of #AFCBC9
Black with #AFCBC9
Text Example
Text Example
White with #AFCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBC9; }
p { color: rgb(175,203,201); }
H1.HeaderClassName
{
color: #AFCBC9;
}
.AnyTagClassName
{
color: #AFCBC9;
}
</style>
background-color css
<style>
a { background-color: #AFCBC9; }
a { background-color: rgb(175,203,201); }
div.DivClassName
{
background-color: #AFCBC9;
}
.BgClassName
{
background-color: #AFCBC9;
}
</style>
border-color css
<style>
span { border-color: #AFCBC9; }
span { border-color: rgb(175,203,201); }
td.TdClassName
{
border-color: #AFCBC9;
}
.TagClassName
{
border-color: #AFCBC9;
}
</style>