Shades of Jungle Mist #AFC8CB
Tints of Jungle Mist #AFC8CB
RGB
CMYK
RGB Variations
Color information
#AFC8CB (or 0xAFC8CB) is known color: Jungle Mist. HEX triplet: AF, C8 and CB. RGB value is (175,200,203). Sum of RGB (Red+Green+Blue) = 175+200+203=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8CB is #503734. Grayscale: #C0C0C0. Windows color (decimal): -5257013 or 13355183. OLE color: 13355183.
HSL color Cylindrical-coordinate representation of color #AFC8CB: hue angle of 186.43º 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 #AFC8CB is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 200 | 203 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.20 |
| HSL | 186.43º | 0.21% | 0.74% | - |
| HSV(B) | 186.43º | 0.14% | 0.8% | - |
| XYZ | 49.11 | 54.73 | 64.48 | - |
| YUV | 192.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 203 | 0.14 | 0.01 | 0 | 0.20 | 186.43 | 0.21 | 0.74 |
| Hex | AF | C8 | CB | E | 1 | 0 | 14 | BA | 15 | 4A |
| Octal | 257 | 310 | 313 | 16 | 1 | 0 | 24 | 272 | 25 | 112 |
| Binary | 10101111 | 11001000 | 11001011 | 1110 | 1 | 0 | 10100 | 10111010 | 10101 | 1001010 |
Color Harmonies of #AFC8CB
Complementary color
Monochromatic Colors of #AFC8CB
Black with #AFC8CB
Text Example
Text Example
White with #AFC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8CB; }
p { color: rgb(175,200,203); }
H1.HeaderClassName
{
color: #AFC8CB;
}
.AnyTagClassName
{
color: #AFC8CB;
}
</style>
background-color css
<style>
a { background-color: #AFC8CB; }
a { background-color: rgb(175,200,203); }
div.DivClassName
{
background-color: #AFC8CB;
}
.BgClassName
{
background-color: #AFC8CB;
}
</style>
border-color css
<style>
span { border-color: #AFC8CB; }
span { border-color: rgb(175,200,203); }
td.TdClassName
{
border-color: #AFC8CB;
}
.TagClassName
{
border-color: #AFC8CB;
}
</style>