Shades of Jungle Mist #AFCBCB
Tints of Jungle Mist #AFCBCB
RGB
CMYK
RGB Variations
Color information
#AFCBCB (or 0xAFCBCB) is known color: Jungle Mist. HEX triplet: AF, CB and CB. RGB value is (175,203,203). Sum of RGB (Red+Green+Blue) = 175+203+203=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #AFCBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCB is #503434. Grayscale: #C2C2C2. Windows color (decimal): -5256245 or 13355951. OLE color: 13355951.
HSL color Cylindrical-coordinate representation of color #AFCBCB: hue angle of 180º 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 #AFCBCB is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 203 | - |
| CMYK | 0.14 | 0 | 0 | 0.20 |
| HSL | 180º | 0.21% | 0.74% | - |
| HSV(B) | 180º | 0.14% | 0.8% | - |
| XYZ | 49.81 | 56.14 | 64.71 | - |
| YUV | 194.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 203 | 0.14 | 0 | 0 | 0.20 | 180 | 0.21 | 0.74 |
| Hex | AF | CB | CB | E | 0 | 0 | 14 | B4 | 15 | 4A |
| Octal | 257 | 313 | 313 | 16 | 0 | 0 | 24 | 264 | 25 | 112 |
| Binary | 10101111 | 11001011 | 11001011 | 1110 | 0 | 0 | 10100 | 10110100 | 10101 | 1001010 |
Color Harmonies of #AFCBCB
Complementary color
Monochromatic Colors of #AFCBCB
Black with #AFCBCB
Text Example
Text Example
White with #AFCBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBCB; }
p { color: rgb(175,203,203); }
H1.HeaderClassName
{
color: #AFCBCB;
}
.AnyTagClassName
{
color: #AFCBCB;
}
</style>
background-color css
<style>
a { background-color: #AFCBCB; }
a { background-color: rgb(175,203,203); }
div.DivClassName
{
background-color: #AFCBCB;
}
.BgClassName
{
background-color: #AFCBCB;
}
</style>
border-color css
<style>
span { border-color: #AFCBCB; }
span { border-color: rgb(175,203,203); }
td.TdClassName
{
border-color: #AFCBCB;
}
.TagClassName
{
border-color: #AFCBCB;
}
</style>