Shades of Jet Stream #ACD3C7
Tints of Jet Stream #ACD3C7
RGB
CMYK
RGB Variations
Color information
#ACD3C7 (or 0xACD3C7) is known color: Jet Stream. HEX triplet: AC, D3 and C7. RGB value is (172,211,199). Sum of RGB (Red+Green+Blue) = 172+211+199=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3C7 is #532C38. Grayscale: #C5C5C5. Windows color (decimal): -5450809 or 13095852. OLE color: 13095852.
HSL color Cylindrical-coordinate representation of color #ACD3C7: hue angle of 161.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3C7 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 199 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.17 |
| HSL | 161.54º | 0.31% | 0.75% | - |
| HSV(B) | 161.54º | 0.18% | 0.83% | - |
| XYZ | 50.62 | 59.48 | 62.85 | - |
| YUV | 197.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 199 | 0.18 | 0 | 0.06 | 0.17 | 161.54 | 0.31 | 0.75 |
| Hex | AC | D3 | C7 | 12 | 0 | 6 | 11 | A2 | 1F | 4B |
| Octal | 254 | 323 | 307 | 22 | 0 | 6 | 21 | 242 | 37 | 113 |
| Binary | 10101100 | 11010011 | 11000111 | 10010 | 0 | 110 | 10001 | 10100010 | 11111 | 1001011 |
Color Harmonies of #ACD3C7
Complementary color
Monochromatic Colors of #ACD3C7
Black with #ACD3C7
Text Example
Text Example
White with #ACD3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3C7; }
p { color: rgb(172,211,199); }
H1.HeaderClassName
{
color: #ACD3C7;
}
.AnyTagClassName
{
color: #ACD3C7;
}
</style>
background-color css
<style>
a { background-color: #ACD3C7; }
a { background-color: rgb(172,211,199); }
div.DivClassName
{
background-color: #ACD3C7;
}
.BgClassName
{
background-color: #ACD3C7;
}
</style>
border-color css
<style>
span { border-color: #ACD3C7; }
span { border-color: rgb(172,211,199); }
td.TdClassName
{
border-color: #ACD3C7;
}
.TagClassName
{
border-color: #ACD3C7;
}
</style>