Shades of Nebula #ACCEB9
Tints of Nebula #ACCEB9
RGB
CMYK
RGB Variations
Color information
#ACCEB9 (or 0xACCEB9) is known color: Nebula. HEX triplet: AC, CE and B9. RGB value is (172,206,185). Sum of RGB (Red+Green+Blue) = 172+206+185=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEB9 is #533146. Grayscale: #C1C1C1. Windows color (decimal): -5452103 or 12177068. OLE color: 12177068.
HSL color Cylindrical-coordinate representation of color #ACCEB9: hue angle of 142.94º degrees, saturation: 0.26, 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 #ACCEB9 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
RGB | 172 | 206 | 185 | - |
CMYK | 0.17 | 0 | 0.10 | 0.19 |
HSL | 142.94º | 0.26% | 0.74% | - |
HSV(B) | 142.94º | 0.17% | 0.81% | - |
XYZ | 47.84 | 56.42 | 54.27 | - |
YUV | 193.44 | 123.24 | 112.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 206 | 185 | 0.17 | 0 | 0.10 | 0.19 | 142.94 | 0.26 | 0.74 |
Hex | AC | CE | B9 | 11 | 0 | A | 13 | 8F | 1A | 4A |
Octal | 254 | 316 | 271 | 21 | 0 | 12 | 23 | 217 | 32 | 112 |
Binary | 10101100 | 11001110 | 10111001 | 10001 | 0 | 1010 | 10011 | 10001111 | 11010 | 1001010 |
Color Harmonies of #ACCEB9
Complementary color
Monochromatic Colors of #ACCEB9
Black with #ACCEB9
Text Example
Text Example
White with #ACCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEB9; }
p { color: rgb(172,206,185); }
H1.HeaderClassName
{
color: #ACCEB9;
}
.AnyTagClassName
{
color: #ACCEB9;
}
</style>
background-color css
<style>
a { background-color: #ACCEB9; }
a { background-color: rgb(172,206,185); }
div.DivClassName
{
background-color: #ACCEB9;
}
.BgClassName
{
background-color: #ACCEB9;
}
</style>
border-color css
<style>
span { border-color: #ACCEB9; }
span { border-color: rgb(172,206,185); }
td.TdClassName
{
border-color: #ACCEB9;
}
.TagClassName
{
border-color: #ACCEB9;
}
</style>