Shades of Jet Stream #ACD6C7
Tints of Jet Stream #ACD6C7
RGB
CMYK
RGB Variations
Color information
#ACD6C7 (or 0xACD6C7) is known color: Jet Stream. HEX triplet: AC, D6 and C7. RGB value is (172,214,199). Sum of RGB (Red+Green+Blue) = 172+214+199=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6C7 is #532938. Grayscale: #C7C7C7. Windows color (decimal): -5450041 or 13096620. OLE color: 13096620.
HSL color Cylindrical-coordinate representation of color #ACD6C7: hue angle of 158.57º degrees, saturation: 0.34, 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 #ACD6C7 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 199 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.16 |
| HSL | 158.57º | 0.34% | 0.76% | - |
| HSV(B) | 158.57º | 0.2% | 0.84% | - |
| XYZ | 51.37 | 60.99 | 63.1 | - |
| YUV | 199.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 199 | 0.20 | 0 | 0.07 | 0.16 | 158.57 | 0.34 | 0.76 |
| Hex | AC | D6 | C7 | 14 | 0 | 7 | 10 | 9F | 22 | 4C |
| Octal | 254 | 326 | 307 | 24 | 0 | 7 | 20 | 237 | 42 | 114 |
| Binary | 10101100 | 11010110 | 11000111 | 10100 | 0 | 111 | 10000 | 10011111 | 100010 | 1001100 |
Color Harmonies of #ACD6C7
Complementary color
Monochromatic Colors of #ACD6C7
Black with #ACD6C7
Text Example
Text Example
White with #ACD6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6C7; }
p { color: rgb(172,214,199); }
H1.HeaderClassName
{
color: #ACD6C7;
}
.AnyTagClassName
{
color: #ACD6C7;
}
</style>
background-color css
<style>
a { background-color: #ACD6C7; }
a { background-color: rgb(172,214,199); }
div.DivClassName
{
background-color: #ACD6C7;
}
.BgClassName
{
background-color: #ACD6C7;
}
</style>
border-color css
<style>
span { border-color: #ACD6C7; }
span { border-color: rgb(172,214,199); }
td.TdClassName
{
border-color: #ACD6C7;
}
.TagClassName
{
border-color: #ACD6C7;
}
</style>