Shades of Jet Stream #ACDCC5
Tints of Jet Stream #ACDCC5
RGB
CMYK
RGB Variations
Color information
#ACDCC5 (or 0xACDCC5) is known color: Jet Stream. HEX triplet: AC, DC and C5. RGB value is (172,220,197). Sum of RGB (Red+Green+Blue) = 172+220+197=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC5 is #53233A. Grayscale: #CBCBCB. Windows color (decimal): -5448507 or 12967084. OLE color: 12967084.
HSL color Cylindrical-coordinate representation of color #ACDCC5: hue angle of 151.25º 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 #ACDCC5 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 197 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.14 |
| HSL | 151.25º | 0.41% | 0.77% | - |
| HSV(B) | 151.25º | 0.22% | 0.86% | - |
| XYZ | 52.68 | 63.99 | 62.4 | - |
| YUV | 203.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 197 | 0.22 | 0 | 0.10 | 0.14 | 151.25 | 0.41 | 0.77 |
| Hex | AC | DC | C5 | 16 | 0 | A | E | 97 | 29 | 4D |
| Octal | 254 | 334 | 305 | 26 | 0 | 12 | 16 | 227 | 51 | 115 |
| Binary | 10101100 | 11011100 | 11000101 | 10110 | 0 | 1010 | 1110 | 10010111 | 101001 | 1001101 |
Color Harmonies of #ACDCC5
Complementary color
Monochromatic Colors of #ACDCC5
Black with #ACDCC5
Text Example
Text Example
White with #ACDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCC5; }
p { color: rgb(172,220,197); }
H1.HeaderClassName
{
color: #ACDCC5;
}
.AnyTagClassName
{
color: #ACDCC5;
}
</style>
background-color css
<style>
a { background-color: #ACDCC5; }
a { background-color: rgb(172,220,197); }
div.DivClassName
{
background-color: #ACDCC5;
}
.BgClassName
{
background-color: #ACDCC5;
}
</style>
border-color css
<style>
span { border-color: #ACDCC5; }
span { border-color: rgb(172,220,197); }
td.TdClassName
{
border-color: #ACDCC5;
}
.TagClassName
{
border-color: #ACDCC5;
}
</style>