Shades of Nebula #ACD9C2
Tints of Nebula #ACD9C2
RGB
CMYK
RGB Variations
Color information
#ACD9C2 (or 0xACD9C2) is known color: Nebula. HEX triplet: AC, D9 and C2. RGB value is (172,217,194). Sum of RGB (Red+Green+Blue) = 172+217+194=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9C2 is #53263D. Grayscale: #C8C8C8. Windows color (decimal): -5449278 or 12769708. OLE color: 12769708.
HSL color Cylindrical-coordinate representation of color #ACD9C2: hue angle of 149.33º degrees, saturation: 0.37, 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 #ACD9C2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 217 | 194 | - |
CMYK | 0.21 | 0 | 0.11 | 0.15 |
HSL | 149.33º | 0.37% | 0.76% | - |
HSV(B) | 149.33º | 0.21% | 0.85% | - |
XYZ | 51.56 | 62.29 | 60.34 | - |
YUV | 200.92 | 124.09 | 107.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 217 | 194 | 0.21 | 0 | 0.11 | 0.15 | 149.33 | 0.37 | 0.76 |
Hex | AC | D9 | C2 | 15 | 0 | B | F | 95 | 25 | 4C |
Octal | 254 | 331 | 302 | 25 | 0 | 13 | 17 | 225 | 45 | 114 |
Binary | 10101100 | 11011001 | 11000010 | 10101 | 0 | 1011 | 1111 | 10010101 | 100101 | 1001100 |
Color Harmonies of #ACD9C2
Complementary color
Monochromatic Colors of #ACD9C2
Black with #ACD9C2
Text Example
Text Example
White with #ACD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9C2; }
p { color: rgb(172,217,194); }
H1.HeaderClassName
{
color: #ACD9C2;
}
.AnyTagClassName
{
color: #ACD9C2;
}
</style>
background-color css
<style>
a { background-color: #ACD9C2; }
a { background-color: rgb(172,217,194); }
div.DivClassName
{
background-color: #ACD9C2;
}
.BgClassName
{
background-color: #ACD9C2;
}
</style>
border-color css
<style>
span { border-color: #ACD9C2; }
span { border-color: rgb(172,217,194); }
td.TdClassName
{
border-color: #ACD9C2;
}
.TagClassName
{
border-color: #ACD9C2;
}
</style>