Shades of Jungle Mist #A8CBCA
Tints of Jungle Mist #A8CBCA
RGB
CMYK
RGB Variations
Color information
#A8CBCA (or 0xA8CBCA) is known color: Jungle Mist. HEX triplet: A8, CB and CA. RGB value is (168,203,202). Sum of RGB (Red+Green+Blue) = 168+203+202=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CBCA is #573435. Grayscale: #C0C0C0. Windows color (decimal): -5714998 or 13290408. OLE color: 13290408.
HSL color Cylindrical-coordinate representation of color #A8CBCA: hue angle of 178.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CBCA is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 202 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.20 |
| HSL | 178.29º | 0.25% | 0.73% | - |
| HSV(B) | 178.29º | 0.17% | 0.8% | - |
| XYZ | 48.17 | 55.3 | 64.01 | - |
| YUV | 192.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 202 | 0.17 | 0 | 0.00 | 0.20 | 178.29 | 0.25 | 0.73 |
| Hex | A8 | CB | CA | 11 | 0 | 0 | 14 | B2 | 19 | 49 |
| Octal | 250 | 313 | 312 | 21 | 0 | 0 | 24 | 262 | 31 | 111 |
| Binary | 10101000 | 11001011 | 11001010 | 10001 | 0 | 0 | 10100 | 10110010 | 11001 | 1001001 |
Color Harmonies of #A8CBCA
Complementary color
Monochromatic Colors of #A8CBCA
Black with #A8CBCA
Text Example
Text Example
White with #A8CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CBCA; }
p { color: rgb(168,203,202); }
H1.HeaderClassName
{
color: #A8CBCA;
}
.AnyTagClassName
{
color: #A8CBCA;
}
</style>
background-color css
<style>
a { background-color: #A8CBCA; }
a { background-color: rgb(168,203,202); }
div.DivClassName
{
background-color: #A8CBCA;
}
.BgClassName
{
background-color: #A8CBCA;
}
</style>
border-color css
<style>
span { border-color: #A8CBCA; }
span { border-color: rgb(168,203,202); }
td.TdClassName
{
border-color: #A8CBCA;
}
.TagClassName
{
border-color: #A8CBCA;
}
</style>