Shades of Jungle Mist #AFCED0
Tints of Jungle Mist #AFCED0
RGB
CMYK
RGB Variations
Color information
#AFCED0 (or 0xAFCED0) is known color: Jungle Mist. HEX triplet: AF, CE and D0. RGB value is (175,206,208). Sum of RGB (Red+Green+Blue) = 175+206+208=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCED0 is #50312F. Grayscale: #C4C4C4. Windows color (decimal): -5255472 or 13684399. OLE color: 13684399.
HSL color Cylindrical-coordinate representation of color #AFCED0: hue angle of 183.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCED0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 206 | 208 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.18 |
| HSL | 183.64º | 0.26% | 0.75% | - |
| HSV(B) | 183.64º | 0.16% | 0.82% | - |
| XYZ | 51.14 | 57.81 | 68.14 | - |
| YUV | 196.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 208 | 0.16 | 0.01 | 0 | 0.18 | 183.64 | 0.26 | 0.75 |
| Hex | AF | CE | D0 | 10 | 1 | 0 | 12 | B8 | 1A | 4B |
| Octal | 257 | 316 | 320 | 20 | 1 | 0 | 22 | 270 | 32 | 113 |
| Binary | 10101111 | 11001110 | 11010000 | 10000 | 1 | 0 | 10010 | 10111000 | 11010 | 1001011 |
Color Harmonies of #AFCED0
Complementary color
Monochromatic Colors of #AFCED0
Black with #AFCED0
Text Example
Text Example
White with #AFCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCED0; }
p { color: rgb(175,206,208); }
H1.HeaderClassName
{
color: #AFCED0;
}
.AnyTagClassName
{
color: #AFCED0;
}
</style>
background-color css
<style>
a { background-color: #AFCED0; }
a { background-color: rgb(175,206,208); }
div.DivClassName
{
background-color: #AFCED0;
}
.BgClassName
{
background-color: #AFCED0;
}
</style>
border-color css
<style>
span { border-color: #AFCED0; }
span { border-color: rgb(175,206,208); }
td.TdClassName
{
border-color: #AFCED0;
}
.TagClassName
{
border-color: #AFCED0;
}
</style>