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