#ACC8B8

Color #ACC8B8 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ACC8B8

Tints of Nebula #ACC8B8

Color information

#ACC8B8 (or 0xACC8B8) is unknown color: approx Nebula. HEX triplet: AC, C8 and B8. RGB value is (172,200,184). Sum of RGB (Red+Green+Blue) = 172+200+184=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8B8 is #533747. Grayscale: #BDBDBD. Windows color (decimal): -5453640 or 12109996. OLE color: 12109996.

HSL color Cylindrical-coordinate representation of color #ACC8B8: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8B8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB172200184-
CMYK0.1400.080.22
HSL145.71º20.29%72.94%-
HSV(B)145.71º14%78.43%-
XYZ46.3253.5453.24-
YUV189.8124.72115.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=30.94%
G=35.97%
B=33.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001840.1400.080.22145.7120.2972.94
HexACC8B8E0816921449
Octal254310270160102622224111
Binary1010110011001000101110001110010001011010010010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8B8; }

 p { color: rgb(172,200,184); }

 H1.HeaderClassName
 {
   color: #ACC8B8;
 }
 .AnyTagClassName
 {
   color: #ACC8B8;
 }
</style>
background-color css

<style>
 a { background-color: #ACC8B8; }

 a { background-color: rgb(172,200,184); }

 div.DivClassName
 {
   background-color: #ACC8B8;
 }
 .BgClassName
 {
   background-color: #ACC8B8;
 }
</style>
border-color css

<style>
 span { border-color: #ACC8B8; }

 span { border-color: rgb(172,200,184); }

 td.TdClassName
 {
   border-color: #ACC8B8;
 }
 .TagClassName
 {
   border-color: #ACC8B8;
 }
</style>