Shades of Jet Stream #ACD7C6
Tints of Jet Stream #ACD7C6
RGB
CMYK
RGB Variations
Color information
#ACD7C6 (or 0xACD7C6) is known color: Jet Stream. HEX triplet: AC, D7 and C6. RGB value is (172,215,198). Sum of RGB (Red+Green+Blue) = 172+215+198=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7C6 is #532839. Grayscale: #C8C8C8. Windows color (decimal): -5449786 or 13031340. OLE color: 13031340.
HSL color Cylindrical-coordinate representation of color #ACD7C6: hue angle of 156.28º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7C6 is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 198 | - |
| CMYK | 0.2 | 0 | 0.08 | 0.16 |
| HSL | 156.28º | 0.35% | 0.76% | - |
| HSV(B) | 156.28º | 0.2% | 0.84% | - |
| XYZ | 51.51 | 61.45 | 62.57 | - |
| YUV | 200.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 198 | 0.2 | 0 | 0.08 | 0.16 | 156.28 | 0.35 | 0.76 |
| Hex | AC | D7 | C6 | 14 | 0 | 8 | 10 | 9C | 23 | 4C |
| Octal | 254 | 327 | 306 | 24 | 0 | 10 | 20 | 234 | 43 | 114 |
| Binary | 10101100 | 11010111 | 11000110 | 10100 | 0 | 1000 | 10000 | 10011100 | 100011 | 1001100 |
Color Harmonies of #ACD7C6
Complementary color
Monochromatic Colors of #ACD7C6
Black with #ACD7C6
Text Example
Text Example
White with #ACD7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7C6; }
p { color: rgb(172,215,198); }
H1.HeaderClassName
{
color: #ACD7C6;
}
.AnyTagClassName
{
color: #ACD7C6;
}
</style>
background-color css
<style>
a { background-color: #ACD7C6; }
a { background-color: rgb(172,215,198); }
div.DivClassName
{
background-color: #ACD7C6;
}
.BgClassName
{
background-color: #ACD7C6;
}
</style>
border-color css
<style>
span { border-color: #ACD7C6; }
span { border-color: rgb(172,215,198); }
td.TdClassName
{
border-color: #ACD7C6;
}
.TagClassName
{
border-color: #ACD7C6;
}
</style>