Shades of Jet Stream #ACDAC8
Tints of Jet Stream #ACDAC8
RGB
CMYK
RGB Variations
Color information
#ACDAC8 (or 0xACDAC8) is known color: Jet Stream. HEX triplet: AC, DA and C8. RGB value is (172,218,200). Sum of RGB (Red+Green+Blue) = 172+218+200=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC8 is #532537. Grayscale: #CACACA. Windows color (decimal): -5449016 or 13163180. OLE color: 13163180.
HSL color Cylindrical-coordinate representation of color #ACDAC8: hue angle of 156.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 200 | - |
CMYK | 0.21 | 0 | 0.08 | 0.15 |
HSL | 156.52º | 0.38% | 0.76% | - |
HSV(B) | 156.52º | 0.21% | 0.85% | - |
XYZ | 52.51 | 63.08 | 64.05 | - |
YUV | 202.19 | 126.76 | 106.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 200 | 0.21 | 0 | 0.08 | 0.15 | 156.52 | 0.38 | 0.76 |
Hex | AC | DA | C8 | 15 | 0 | 8 | F | 9D | 26 | 4C |
Octal | 254 | 332 | 310 | 25 | 0 | 10 | 17 | 235 | 46 | 114 |
Binary | 10101100 | 11011010 | 11001000 | 10101 | 0 | 1000 | 1111 | 10011101 | 100110 | 1001100 |
Color Harmonies of #ACDAC8
Complementary color
Monochromatic Colors of #ACDAC8
Black with #ACDAC8
Text Example
Text Example
White with #ACDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAC8; }
p { color: rgb(172,218,200); }
H1.HeaderClassName
{
color: #ACDAC8;
}
.AnyTagClassName
{
color: #ACDAC8;
}
</style>
background-color css
<style>
a { background-color: #ACDAC8; }
a { background-color: rgb(172,218,200); }
div.DivClassName
{
background-color: #ACDAC8;
}
.BgClassName
{
background-color: #ACDAC8;
}
</style>
border-color css
<style>
span { border-color: #ACDAC8; }
span { border-color: rgb(172,218,200); }
td.TdClassName
{
border-color: #ACDAC8;
}
.TagClassName
{
border-color: #ACDAC8;
}
</style>