Shades of Nebula #ACDAC1
Tints of Nebula #ACDAC1
RGB
CMYK
RGB Variations
Color information
#ACDAC1 (or 0xACDAC1) is known color: Nebula. HEX triplet: AC, DA and C1. RGB value is (172,218,193). Sum of RGB (Red+Green+Blue) = 172+218+193=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC1 is #53253E. Grayscale: #C9C9C9. Windows color (decimal): -5449023 or 12704428. OLE color: 12704428.
HSL color Cylindrical-coordinate representation of color #ACDAC1: hue angle of 147.39º 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 #ACDAC1 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 193 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.15 |
| HSL | 147.39º | 0.38% | 0.76% | - |
| HSV(B) | 147.39º | 0.21% | 0.85% | - |
| XYZ | 51.71 | 62.76 | 59.84 | - |
| YUV | 201.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 193 | 0.21 | 0 | 0.11 | 0.15 | 147.39 | 0.38 | 0.76 |
| Hex | AC | DA | C1 | 15 | 0 | B | F | 93 | 26 | 4C |
| Octal | 254 | 332 | 301 | 25 | 0 | 13 | 17 | 223 | 46 | 114 |
| Binary | 10101100 | 11011010 | 11000001 | 10101 | 0 | 1011 | 1111 | 10010011 | 100110 | 1001100 |
Color Harmonies of #ACDAC1
Complementary color
Monochromatic Colors of #ACDAC1
Black with #ACDAC1
Text Example
Text Example
White with #ACDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAC1; }
p { color: rgb(172,218,193); }
H1.HeaderClassName
{
color: #ACDAC1;
}
.AnyTagClassName
{
color: #ACDAC1;
}
</style>
background-color css
<style>
a { background-color: #ACDAC1; }
a { background-color: rgb(172,218,193); }
div.DivClassName
{
background-color: #ACDAC1;
}
.BgClassName
{
background-color: #ACDAC1;
}
</style>
border-color css
<style>
span { border-color: #ACDAC1; }
span { border-color: rgb(172,218,193); }
td.TdClassName
{
border-color: #ACDAC1;
}
.TagClassName
{
border-color: #ACDAC1;
}
</style>