Shades of Jungle Mist #AFC9CB
Tints of Jungle Mist #AFC9CB
RGB
CMYK
RGB Variations
Color information
#AFC9CB (or 0xAFC9CB) is known color: Jungle Mist. HEX triplet: AF, C9 and CB. RGB value is (175,201,203). Sum of RGB (Red+Green+Blue) = 175+201+203=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9CB is #503634. Grayscale: #C1C1C1. Windows color (decimal): -5256757 or 13355439. OLE color: 13355439.
HSL color Cylindrical-coordinate representation of color #AFC9CB: hue angle of 184.29º 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 #AFC9CB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 201 | 203 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.20 |
| HSL | 184.29º | 0.21% | 0.74% | - |
| HSV(B) | 184.29º | 0.14% | 0.8% | - |
| XYZ | 49.35 | 55.2 | 64.55 | - |
| YUV | 193.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 203 | 0.14 | 0.01 | 0 | 0.20 | 184.29 | 0.21 | 0.74 |
| Hex | AF | C9 | CB | E | 1 | 0 | 14 | B8 | 15 | 4A |
| Octal | 257 | 311 | 313 | 16 | 1 | 0 | 24 | 270 | 25 | 112 |
| Binary | 10101111 | 11001001 | 11001011 | 1110 | 1 | 0 | 10100 | 10111000 | 10101 | 1001010 |
Color Harmonies of #AFC9CB
Complementary color
Monochromatic Colors of #AFC9CB
Black with #AFC9CB
Text Example
Text Example
White with #AFC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC9CB; }
p { color: rgb(175,201,203); }
H1.HeaderClassName
{
color: #AFC9CB;
}
.AnyTagClassName
{
color: #AFC9CB;
}
</style>
background-color css
<style>
a { background-color: #AFC9CB; }
a { background-color: rgb(175,201,203); }
div.DivClassName
{
background-color: #AFC9CB;
}
.BgClassName
{
background-color: #AFC9CB;
}
</style>
border-color css
<style>
span { border-color: #AFC9CB; }
span { border-color: rgb(175,201,203); }
td.TdClassName
{
border-color: #AFC9CB;
}
.TagClassName
{
border-color: #AFC9CB;
}
</style>