Shades of Jet Stream #ACD8C4
Tints of Jet Stream #ACD8C4
RGB
CMYK
RGB Variations
Color information
#ACD8C4 (or 0xACD8C4) is known color: Jet Stream. HEX triplet: AC, D8 and C4. RGB value is (172,216,196). Sum of RGB (Red+Green+Blue) = 172+216+196=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8C4 is #53273B. Grayscale: #C8C8C8. Windows color (decimal): -5449532 or 12900524. OLE color: 12900524.
HSL color Cylindrical-coordinate representation of color #ACD8C4: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8C4 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 196 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.15 |
| HSL | 152.73º | 0.36% | 0.76% | - |
| HSV(B) | 152.73º | 0.2% | 0.85% | - |
| XYZ | 51.53 | 61.87 | 61.45 | - |
| YUV | 200.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 196 | 0.20 | 0 | 0.09 | 0.15 | 152.73 | 0.36 | 0.76 |
| Hex | AC | D8 | C4 | 14 | 0 | 9 | F | 99 | 24 | 4C |
| Octal | 254 | 330 | 304 | 24 | 0 | 11 | 17 | 231 | 44 | 114 |
| Binary | 10101100 | 11011000 | 11000100 | 10100 | 0 | 1001 | 1111 | 10011001 | 100100 | 1001100 |
Color Harmonies of #ACD8C4
Complementary color
Monochromatic Colors of #ACD8C4
Black with #ACD8C4
Text Example
Text Example
White with #ACD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8C4; }
p { color: rgb(172,216,196); }
H1.HeaderClassName
{
color: #ACD8C4;
}
.AnyTagClassName
{
color: #ACD8C4;
}
</style>
background-color css
<style>
a { background-color: #ACD8C4; }
a { background-color: rgb(172,216,196); }
div.DivClassName
{
background-color: #ACD8C4;
}
.BgClassName
{
background-color: #ACD8C4;
}
</style>
border-color css
<style>
span { border-color: #ACD8C4; }
span { border-color: rgb(172,216,196); }
td.TdClassName
{
border-color: #ACD8C4;
}
.TagClassName
{
border-color: #ACD8C4;
}
</style>