Shades of Jungle Mist #AFC7CB
Tints of Jungle Mist #AFC7CB
RGB
CMYK
RGB Variations
Color information
#AFC7CB (or 0xAFC7CB) is known color: Jungle Mist. HEX triplet: AF, C7 and CB. RGB value is (175,199,203). Sum of RGB (Red+Green+Blue) = 175+199+203=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7CB is #503834. Grayscale: #C0C0C0. Windows color (decimal): -5257269 or 13354927. OLE color: 13354927.
HSL color Cylindrical-coordinate representation of color #AFC7CB: hue angle of 188.57º 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 #AFC7CB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 199 | 203 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.20 |
| HSL | 188.57º | 0.21% | 0.74% | - |
| HSV(B) | 188.57º | 0.14% | 0.8% | - |
| XYZ | 48.88 | 54.27 | 64.4 | - |
| YUV | 192.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 203 | 0.14 | 0.02 | 0 | 0.20 | 188.57 | 0.21 | 0.74 |
| Hex | AF | C7 | CB | E | 2 | 0 | 14 | BD | 15 | 4A |
| Octal | 257 | 307 | 313 | 16 | 2 | 0 | 24 | 275 | 25 | 112 |
| Binary | 10101111 | 11000111 | 11001011 | 1110 | 10 | 0 | 10100 | 10111101 | 10101 | 1001010 |
Color Harmonies of #AFC7CB
Complementary color
Monochromatic Colors of #AFC7CB
Black with #AFC7CB
Text Example
Text Example
White with #AFC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7CB; }
p { color: rgb(175,199,203); }
H1.HeaderClassName
{
color: #AFC7CB;
}
.AnyTagClassName
{
color: #AFC7CB;
}
</style>
background-color css
<style>
a { background-color: #AFC7CB; }
a { background-color: rgb(175,199,203); }
div.DivClassName
{
background-color: #AFC7CB;
}
.BgClassName
{
background-color: #AFC7CB;
}
</style>
border-color css
<style>
span { border-color: #AFC7CB; }
span { border-color: rgb(175,199,203); }
td.TdClassName
{
border-color: #AFC7CB;
}
.TagClassName
{
border-color: #AFC7CB;
}
</style>