Shades of Jet Stream #ACD0C3
Tints of Jet Stream #ACD0C3
RGB
CMYK
RGB Variations
Color information
#ACD0C3 (or 0xACD0C3) is known color: Jet Stream. HEX triplet: AC, D0 and C3. RGB value is (172,208,195). Sum of RGB (Red+Green+Blue) = 172+208+195=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0C3 is #532F3C. Grayscale: #C3C3C3. Windows color (decimal): -5451581 or 12832940. OLE color: 12832940.
HSL color Cylindrical-coordinate representation of color #ACD0C3: hue angle of 158.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0C3 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 195 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.18 |
| HSL | 158.33º | 0.28% | 0.75% | - |
| HSV(B) | 158.33º | 0.17% | 0.82% | - |
| XYZ | 49.42 | 57.82 | 60.19 | - |
| YUV | 195.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 195 | 0.17 | 0 | 0.06 | 0.18 | 158.33 | 0.28 | 0.75 |
| Hex | AC | D0 | C3 | 11 | 0 | 6 | 12 | 9E | 1C | 4B |
| Octal | 254 | 320 | 303 | 21 | 0 | 6 | 22 | 236 | 34 | 113 |
| Binary | 10101100 | 11010000 | 11000011 | 10001 | 0 | 110 | 10010 | 10011110 | 11100 | 1001011 |
Color Harmonies of #ACD0C3
Complementary color
Monochromatic Colors of #ACD0C3
Black with #ACD0C3
Text Example
Text Example
White with #ACD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0C3; }
p { color: rgb(172,208,195); }
H1.HeaderClassName
{
color: #ACD0C3;
}
.AnyTagClassName
{
color: #ACD0C3;
}
</style>
background-color css
<style>
a { background-color: #ACD0C3; }
a { background-color: rgb(172,208,195); }
div.DivClassName
{
background-color: #ACD0C3;
}
.BgClassName
{
background-color: #ACD0C3;
}
</style>
border-color css
<style>
span { border-color: #ACD0C3; }
span { border-color: rgb(172,208,195); }
td.TdClassName
{
border-color: #ACD0C3;
}
.TagClassName
{
border-color: #ACD0C3;
}
</style>