Shades of Jet Stream #ACD4C6
Tints of Jet Stream #ACD4C6
RGB
CMYK
RGB Variations
Color information
#ACD4C6 (or 0xACD4C6) is known color: Jet Stream. HEX triplet: AC, D4 and C6. RGB value is (172,212,198). Sum of RGB (Red+Green+Blue) = 172+212+198=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4C6 is #532B39. Grayscale: #C6C6C6. Windows color (decimal): -5450554 or 13030572. OLE color: 13030572.
HSL color Cylindrical-coordinate representation of color #ACD4C6: hue angle of 159º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4C6 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 212 | 198 | - |
CMYK | 0.19 | 0 | 0.07 | 0.17 |
HSL | 159º | 0.32% | 0.75% | - |
HSV(B) | 159º | 0.19% | 0.83% | - |
XYZ | 50.75 | 59.93 | 62.32 | - |
YUV | 198.44 | 127.75 | 109.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 198 | 0.19 | 0 | 0.07 | 0.17 | 159 | 0.32 | 0.75 |
Hex | AC | D4 | C6 | 13 | 0 | 7 | 11 | 9F | 20 | 4B |
Octal | 254 | 324 | 306 | 23 | 0 | 7 | 21 | 237 | 40 | 113 |
Binary | 10101100 | 11010100 | 11000110 | 10011 | 0 | 111 | 10001 | 10011111 | 100000 | 1001011 |
Color Harmonies of #ACD4C6
Complementary color
Monochromatic Colors of #ACD4C6
Black with #ACD4C6
Text Example
Text Example
White with #ACD4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4C6; }
p { color: rgb(172,212,198); }
H1.HeaderClassName
{
color: #ACD4C6;
}
.AnyTagClassName
{
color: #ACD4C6;
}
</style>
background-color css
<style>
a { background-color: #ACD4C6; }
a { background-color: rgb(172,212,198); }
div.DivClassName
{
background-color: #ACD4C6;
}
.BgClassName
{
background-color: #ACD4C6;
}
</style>
border-color css
<style>
span { border-color: #ACD4C6; }
span { border-color: rgb(172,212,198); }
td.TdClassName
{
border-color: #ACD4C6;
}
.TagClassName
{
border-color: #ACD4C6;
}
</style>