Shades of Jungle Mist #AFC6CB
Tints of Jungle Mist #AFC6CB
RGB
CMYK
RGB Variations
Color information
#AFC6CB (or 0xAFC6CB) is known color: Jungle Mist. HEX triplet: AF, C6 and CB. RGB value is (175,198,203). Sum of RGB (Red+Green+Blue) = 175+198+203=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CB is #503934. Grayscale: #BFBFBF. Windows color (decimal): -5257525 or 13354671. OLE color: 13354671.
HSL color Cylindrical-coordinate representation of color #AFC6CB: hue angle of 190.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 #AFC6CB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 198 | 203 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.20 |
| HSL | 190.71º | 0.21% | 0.74% | - |
| HSV(B) | 190.71º | 0.14% | 0.8% | - |
| XYZ | 48.65 | 53.81 | 64.32 | - |
| YUV | 191.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 203 | 0.14 | 0.02 | 0 | 0.20 | 190.71 | 0.21 | 0.74 |
| Hex | AF | C6 | CB | E | 2 | 0 | 14 | BF | 15 | 4A |
| Octal | 257 | 306 | 313 | 16 | 2 | 0 | 24 | 277 | 25 | 112 |
| Binary | 10101111 | 11000110 | 11001011 | 1110 | 10 | 0 | 10100 | 10111111 | 10101 | 1001010 |
Color Harmonies of #AFC6CB
Complementary color
Monochromatic Colors of #AFC6CB
Black with #AFC6CB
Text Example
Text Example
White with #AFC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6CB; }
p { color: rgb(175,198,203); }
H1.HeaderClassName
{
color: #AFC6CB;
}
.AnyTagClassName
{
color: #AFC6CB;
}
</style>
background-color css
<style>
a { background-color: #AFC6CB; }
a { background-color: rgb(175,198,203); }
div.DivClassName
{
background-color: #AFC6CB;
}
.BgClassName
{
background-color: #AFC6CB;
}
</style>
border-color css
<style>
span { border-color: #AFC6CB; }
span { border-color: rgb(175,198,203); }
td.TdClassName
{
border-color: #AFC6CB;
}
.TagClassName
{
border-color: #AFC6CB;
}
</style>