Shades of Nebula #ACD0BE
Tints of Nebula #ACD0BE
RGB
CMYK
RGB Variations
Color information
#ACD0BE (or 0xACD0BE) is known color: Nebula. HEX triplet: AC, D0 and BE. RGB value is (172,208,190). Sum of RGB (Red+Green+Blue) = 172+208+190=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BE is #532F41. Grayscale: #C3C3C3. Windows color (decimal): -5451586 or 12505260. OLE color: 12505260.
HSL color Cylindrical-coordinate representation of color #ACD0BE: hue angle of 150º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0BE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
RGB | 172 | 208 | 190 | - |
CMYK | 0.17 | 0 | 0.09 | 0.18 |
HSL | 150º | 0.28% | 0.75% | - |
HSV(B) | 150º | 0.17% | 0.82% | - |
XYZ | 48.86 | 57.6 | 57.26 | - |
YUV | 195.18 | 125.07 | 111.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 208 | 190 | 0.17 | 0 | 0.09 | 0.18 | 150 | 0.28 | 0.75 |
Hex | AC | D0 | BE | 11 | 0 | 9 | 12 | 96 | 1C | 4B |
Octal | 254 | 320 | 276 | 21 | 0 | 11 | 22 | 226 | 34 | 113 |
Binary | 10101100 | 11010000 | 10111110 | 10001 | 0 | 1001 | 10010 | 10010110 | 11100 | 1001011 |
Color Harmonies of #ACD0BE
Complementary color
Monochromatic Colors of #ACD0BE
Black with #ACD0BE
Text Example
Text Example
White with #ACD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0BE; }
p { color: rgb(172,208,190); }
H1.HeaderClassName
{
color: #ACD0BE;
}
.AnyTagClassName
{
color: #ACD0BE;
}
</style>
background-color css
<style>
a { background-color: #ACD0BE; }
a { background-color: rgb(172,208,190); }
div.DivClassName
{
background-color: #ACD0BE;
}
.BgClassName
{
background-color: #ACD0BE;
}
</style>
border-color css
<style>
span { border-color: #ACD0BE; }
span { border-color: rgb(172,208,190); }
td.TdClassName
{
border-color: #ACD0BE;
}
.TagClassName
{
border-color: #ACD0BE;
}
</style>