Shades of Jet Stream #ACCFC1
Tints of Jet Stream #ACCFC1
RGB
CMYK
RGB Variations
Color information
#ACCFC1 (or 0xACCFC1) is known color: Jet Stream. HEX triplet: AC, CF and C1. RGB value is (172,207,193). Sum of RGB (Red+Green+Blue) = 172+207+193=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC1 is #53303E. Grayscale: #C2C2C2. Windows color (decimal): -5451839 or 12701612. OLE color: 12701612.
HSL color Cylindrical-coordinate representation of color #ACCFC1: hue angle of 156º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 193 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 156º | 0.27% | 0.74% | - |
| HSV(B) | 156º | 0.17% | 0.81% | - |
| XYZ | 48.95 | 57.25 | 58.92 | - |
| YUV | 194.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 193 | 0.17 | 0 | 0.07 | 0.19 | 156 | 0.27 | 0.74 |
| Hex | AC | CF | C1 | 11 | 0 | 7 | 13 | 9C | 1B | 4A |
| Octal | 254 | 317 | 301 | 21 | 0 | 7 | 23 | 234 | 33 | 112 |
| Binary | 10101100 | 11001111 | 11000001 | 10001 | 0 | 111 | 10011 | 10011100 | 11011 | 1001010 |
Color Harmonies of #ACCFC1
Complementary color
Monochromatic Colors of #ACCFC1
Black with #ACCFC1
Text Example
Text Example
White with #ACCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFC1; }
p { color: rgb(172,207,193); }
H1.HeaderClassName
{
color: #ACCFC1;
}
.AnyTagClassName
{
color: #ACCFC1;
}
</style>
background-color css
<style>
a { background-color: #ACCFC1; }
a { background-color: rgb(172,207,193); }
div.DivClassName
{
background-color: #ACCFC1;
}
.BgClassName
{
background-color: #ACCFC1;
}
</style>
border-color css
<style>
span { border-color: #ACCFC1; }
span { border-color: rgb(172,207,193); }
td.TdClassName
{
border-color: #ACCFC1;
}
.TagClassName
{
border-color: #ACCFC1;
}
</style>