Shades of Jet Stream #ACD6C3
Tints of Jet Stream #ACD6C3
RGB
CMYK
RGB Variations
Color information
#ACD6C3 (or 0xACD6C3) is known color: Jet Stream. HEX triplet: AC, D6 and C3. RGB value is (172,214,195). Sum of RGB (Red+Green+Blue) = 172+214+195=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6C3 is #53293C. Grayscale: #C7C7C7. Windows color (decimal): -5450045 or 12834476. OLE color: 12834476.
HSL color Cylindrical-coordinate representation of color #ACD6C3: hue angle of 152.86º 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 #ACD6C3 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 195 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.16 |
| HSL | 152.86º | 0.34% | 0.76% | - |
| HSV(B) | 152.86º | 0.2% | 0.84% | - |
| XYZ | 50.91 | 60.8 | 60.68 | - |
| YUV | 199.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 195 | 0.20 | 0 | 0.09 | 0.16 | 152.86 | 0.34 | 0.76 |
| Hex | AC | D6 | C3 | 14 | 0 | 9 | 10 | 99 | 22 | 4C |
| Octal | 254 | 326 | 303 | 24 | 0 | 11 | 20 | 231 | 42 | 114 |
| Binary | 10101100 | 11010110 | 11000011 | 10100 | 0 | 1001 | 10000 | 10011001 | 100010 | 1001100 |
Color Harmonies of #ACD6C3
Complementary color
Monochromatic Colors of #ACD6C3
Black with #ACD6C3
Text Example
Text Example
White with #ACD6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6C3; }
p { color: rgb(172,214,195); }
H1.HeaderClassName
{
color: #ACD6C3;
}
.AnyTagClassName
{
color: #ACD6C3;
}
</style>
background-color css
<style>
a { background-color: #ACD6C3; }
a { background-color: rgb(172,214,195); }
div.DivClassName
{
background-color: #ACD6C3;
}
.BgClassName
{
background-color: #ACD6C3;
}
</style>
border-color css
<style>
span { border-color: #ACD6C3; }
span { border-color: rgb(172,214,195); }
td.TdClassName
{
border-color: #ACD6C3;
}
.TagClassName
{
border-color: #ACD6C3;
}
</style>