Shades of Nebula #ACCEBA
Tints of Nebula #ACCEBA
RGB
CMYK
RGB Variations
Color information
#ACCEBA (or 0xACCEBA) is known color: Nebula. HEX triplet: AC, CE and BA. RGB value is (172,206,186). Sum of RGB (Red+Green+Blue) = 172+206+186=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEBA is #533145. Grayscale: #C1C1C1. Windows color (decimal): -5452102 or 12242604. OLE color: 12242604.
HSL color Cylindrical-coordinate representation of color #ACCEBA: hue angle of 144.71º 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 #ACCEBA is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 186 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.19 |
| HSL | 144.71º | 0.26% | 0.74% | - |
| HSV(B) | 144.71º | 0.17% | 0.81% | - |
| XYZ | 47.95 | 56.46 | 54.82 | - |
| YUV | 193.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 186 | 0.17 | 0 | 0.10 | 0.19 | 144.71 | 0.26 | 0.74 |
| Hex | AC | CE | BA | 11 | 0 | A | 13 | 91 | 1A | 4A |
| Octal | 254 | 316 | 272 | 21 | 0 | 12 | 23 | 221 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10111010 | 10001 | 0 | 1010 | 10011 | 10010001 | 11010 | 1001010 |
Color Harmonies of #ACCEBA
Complementary color
Monochromatic Colors of #ACCEBA
Black with #ACCEBA
Text Example
Text Example
White with #ACCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEBA; }
p { color: rgb(172,206,186); }
H1.HeaderClassName
{
color: #ACCEBA;
}
.AnyTagClassName
{
color: #ACCEBA;
}
</style>
background-color css
<style>
a { background-color: #ACCEBA; }
a { background-color: rgb(172,206,186); }
div.DivClassName
{
background-color: #ACCEBA;
}
.BgClassName
{
background-color: #ACCEBA;
}
</style>
border-color css
<style>
span { border-color: #ACCEBA; }
span { border-color: rgb(172,206,186); }
td.TdClassName
{
border-color: #ACCEBA;
}
.TagClassName
{
border-color: #ACCEBA;
}
</style>