Shades of Jet Stream #ACD5C6
Tints of Jet Stream #ACD5C6
RGB
CMYK
RGB Variations
Color information
#ACD5C6 (or 0xACD5C6) is known color: Jet Stream. HEX triplet: AC, D5 and C6. RGB value is (172,213,198). Sum of RGB (Red+Green+Blue) = 172+213+198=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5C6 is #532A39. Grayscale: #C7C7C7. Windows color (decimal): -5450298 or 13030828. OLE color: 13030828.
HSL color Cylindrical-coordinate representation of color #ACD5C6: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5C6 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 198 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.16 |
| HSL | 158.05º | 0.33% | 0.75% | - |
| HSV(B) | 158.05º | 0.19% | 0.84% | - |
| XYZ | 51 | 60.44 | 62.4 | - |
| YUV | 199.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 198 | 0.19 | 0 | 0.07 | 0.16 | 158.05 | 0.33 | 0.75 |
| Hex | AC | D5 | C6 | 13 | 0 | 7 | 10 | 9E | 21 | 4B |
| Octal | 254 | 325 | 306 | 23 | 0 | 7 | 20 | 236 | 41 | 113 |
| Binary | 10101100 | 11010101 | 11000110 | 10011 | 0 | 111 | 10000 | 10011110 | 100001 | 1001011 |
Color Harmonies of #ACD5C6
Complementary color
Monochromatic Colors of #ACD5C6
Black with #ACD5C6
Text Example
Text Example
White with #ACD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5C6; }
p { color: rgb(172,213,198); }
H1.HeaderClassName
{
color: #ACD5C6;
}
.AnyTagClassName
{
color: #ACD5C6;
}
</style>
background-color css
<style>
a { background-color: #ACD5C6; }
a { background-color: rgb(172,213,198); }
div.DivClassName
{
background-color: #ACD5C6;
}
.BgClassName
{
background-color: #ACD5C6;
}
</style>
border-color css
<style>
span { border-color: #ACD5C6; }
span { border-color: rgb(172,213,198); }
td.TdClassName
{
border-color: #ACD5C6;
}
.TagClassName
{
border-color: #ACD5C6;
}
</style>