Shades of Jet Stream #ACDCC7
Tints of Jet Stream #ACDCC7
RGB
CMYK
RGB Variations
Color information
#ACDCC7 (or 0xACDCC7) is known color: Jet Stream. HEX triplet: AC, DC and C7. RGB value is (172,220,199). Sum of RGB (Red+Green+Blue) = 172+220+199=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC7 is #532338. Grayscale: #CBCBCB. Windows color (decimal): -5448505 or 13098156. OLE color: 13098156.
HSL color Cylindrical-coordinate representation of color #ACDCC7: hue angle of 153.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 199 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.14 |
| HSL | 153.75º | 0.41% | 0.77% | - |
| HSV(B) | 153.75º | 0.22% | 0.86% | - |
| XYZ | 52.92 | 64.08 | 63.61 | - |
| YUV | 203.25 | 125.6 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 199 | 0.22 | 0 | 0.10 | 0.14 | 153.75 | 0.41 | 0.77 |
| Hex | AC | DC | C7 | 16 | 0 | A | E | 9A | 29 | 4D |
| Octal | 254 | 334 | 307 | 26 | 0 | 12 | 16 | 232 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11000111 | 10110 | 0 | 1010 | 1110 | 10011010 | 101001 | 1001101 |
Color Harmonies of #ACDCC7
Complementary color
Monochromatic Colors of #ACDCC7
Black with #ACDCC7
Text Example
Text Example
White with #ACDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCC7; }
p { color: rgb(172,220,199); }
H1.HeaderClassName
{
color: #ACDCC7;
}
.AnyTagClassName
{
color: #ACDCC7;
}
</style>
background-color css
<style>
a { background-color: #ACDCC7; }
a { background-color: rgb(172,220,199); }
div.DivClassName
{
background-color: #ACDCC7;
}
.BgClassName
{
background-color: #ACDCC7;
}
</style>
border-color css
<style>
span { border-color: #ACDCC7; }
span { border-color: rgb(172,220,199); }
td.TdClassName
{
border-color: #ACDCC7;
}
.TagClassName
{
border-color: #ACDCC7;
}
</style>